Problem smurf
User yc
Submission Time 2025-05-26 19:31:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int main()’:
smurf.cpp:10:31: error: expected primary-expression before ‘int’
10 | for (int i = 0;i<n;i++) cin>>int x; N.push_back(x); N.reverse();
| ^~~