Problem | nostatement |
---|---|
User | PlayVoltz |
Submission Time | 2023-08-22 20:50:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nostatement.cpp: In function ‘int main()’:
nostatement.cpp:39:4: error: ‘cout’ was not declared in this scope
39 | cout<<"-1\n";
| ^~~~
nostatement.cpp:7:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
6 | #include <cstdlib>
+++ |+#include <iostream>
7 | using namespace std;