Problem onlineexam
User o0oNotGXYo0o
Submission Time 2024-03-25 17:34:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

onlineexam.cpp:1:6: error: ‘string’ in namespace ‘std’ does not name a type
1 | std::string exam(int N)
| ^~~~~~
onlineexam.cpp:1:1: note: ‘std::string’ is defined in header ‘<string>’; did you forget to ‘#include <string>’?
+++ |+#include <string>
1 | std::string exam(int N)