Problem competition
User carson
Submission Time 2025-05-09 21:35:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp:3:2: error: expected unqualified-id before numeric constant
3 | 5 3 4
| ^
competition.cpp: In function ‘int main()’:
competition.cpp:9:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
9 | cin >> n >> a >> b;
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from competition.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
competition.cpp:10:2: error: ‘vector’ was not declared in this scope
10 | vector<int> phy(n);
| ^~~~~~
competition.cpp:10: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/glue_algorithm_defs.h:13,