From 45710aa302fdf7f504e4aab850589e521bd2a4ba Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sat, 29 Nov 2025 12:24:03 +0700 Subject: [PATCH] feat: add note --- cpp/exam.cpp | 1 + cpp/prevoi19_robots.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/cpp/exam.cpp b/cpp/exam.cpp index f647400..52a9854 100644 --- a/cpp/exam.cpp +++ b/cpp/exam.cpp @@ -1,3 +1,4 @@ +// This solution is WIP. Not get full point. #include using namespace std; diff --git a/cpp/prevoi19_robots.cpp b/cpp/prevoi19_robots.cpp index b21b70a..186af9b 100644 --- a/cpp/prevoi19_robots.cpp +++ b/cpp/prevoi19_robots.cpp @@ -1,3 +1,4 @@ +// This solution is WIP. Not get full point. #include #include #include