| Problem | smurf |
|---|---|
| User | Junxian |
| Submission Time | 2026-04-25 11:06:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
smurf.cpp: In function ‘int main()’:
smurf.cpp:8:5: error: ‘ll’ was not declared in this scope
8 | ll n;
| ^~
smurf.cpp:9:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
9 | cin >> n;
| ^
| yn
smurf.cpp:10:13: error: template argument 2 is invalid
10 | deque<ll> ans;
| ^
smurf.cpp:13:11: error: expected ‘;’ before ‘i’
13 | for(ll i = 0; i < n; i++) {
| ^~
| ;
smurf.cpp:13:19: error: ‘i’ was not declared in this scope
13 | for(ll i = 0; i < n; i++) {
| ^
smurf.cpp:14:11: error: expected ‘;’ before ‘x’
14 | ll x;
| ^~
| ;
smurf.cpp:15:16: error: ‘x’ was not declared in this scope
15 | cin >> x;
| ^
smurf.cpp:17:17: error: request for member ‘push_