Problem | swords |
---|---|
User | cobnet |
Submission Time | 2024-01-29 17:11:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swords.cpp: In function ‘int main()’:
swords.cpp:3:2: error: ‘cout’ was not declared in this scope
3 | cout << 1;
| ^~~~
swords.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | using namespace std;