Problem simurgh
User tux
Submission Time 2023-12-03 23:30:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simurgh.cpp:7:6: error: ‘string’ in namespace ‘std’ does not name a type
7 | std::string find_roads(int N) {
| ^~~~~~
simurgh.cpp:3:1: note: ‘std::string’ is defined in header ‘<string>’; did you forget to ‘#include <string>’?
2 | #include <stdio.h>
+++ |+#include <string>
3 | using namespace std;