| Problem | party_noi |
|---|---|
| User | superG |
| Submission Time | 2025-03-19 18:07:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:7:5: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
7 | cin >> n;
| ^~~
| std::cin
In file included from party_noi.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
party_noi.cpp:8:5: error: ‘vector’ was not declared in this scope
8 | vector<long long> a(n);
| ^~~~~~
party_noi.cpp:8:5: note: suggested alternatives:
In file included from /usr/include/c++/9/vector:67,
from party_noi.cpp:2:
/usr/include/c++/9/bits/stl_vector.h:386:11: note: ‘std::vector’
386 | class vector : protected _Vector_base<_Tp, _Alloc>
| ^~~~~~
In file included from party_noi.cpp:2:
/usr/include/c++/9/vector:90:13: note: ‘std::pmr::vector’
90 | using vect