| Problem | leftout |
|---|---|
| User | abcde271828 |
| Submission Time | 2026-07-03 00:13:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
leftout.cpp:2:7: error: expected nested-name-specifier before ‘nameapace’
2 | using nameapace std;
| ^~~~~~~~~
leftout.cpp: In function ‘int32_t main()’:
leftout.cpp:7:12: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
7 | int n, q; cin >> n >> q;
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from leftout.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
leftout.cpp:8:2: error: ‘vector’ was not declared in this scope
8 | vector<bool> v(n+1, 1);
| ^~~~~~
leftout.cpp:8:2: note: suggested alternatives:
In file included from /usr/include/c++/9/vector:67,
from /usr/include/c++/9/functional:62,
from /usr/include/c++/9/pstl/