| Problem | wv |
|---|---|
| User | newperson |
| Submission Time | 2025-06-12 20:12:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
wv.cpp:2:7: error: expected nested-name-specifier before ‘namespae’
2 | using namespae std;
| ^~~~~~~~
wv.cpp: In function ‘int main()’:
wv.cpp:6:9: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
6 | int n; cin >> n;
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from wv.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
wv.cpp:8:9: error: ‘N’ was not declared in this scope
8 | while (N--)
| ^
wv.cpp:15:2: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
15 | cout << cnt;
| ^~~~
| std::cout
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from wv.cpp:1:
/usr/include