| Problem | souvenirs3 |
|---|---|
| User | caslyn |
| Submission Time | 2026-06-26 16:13:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
souvenirs3.cpp: In function ‘int main()’:
souvenirs3.cpp:9:4: error: expected primary-expression before ‘int’
9 | (int x;cin>>x;cnt[x]++;)
| ^~~
souvenirs3.cpp:9:4: error: expected ‘)’ before ‘int’
9 | (int x;cin>>x;cnt[x]++;)
| ~^~~
| )
souvenirs3.cpp:9:15: error: ‘x’ was not declared in this scope
9 | (int x;cin>>x;cnt[x]++;)
| ^
souvenirs3.cpp:9:26: error: expected primary-expression before ‘)’ token
9 | (int x;cin>>x;cnt[x]++;)
| ^
souvenirs3.cpp:13:16: error: expected primary-expression before ‘=’ token
13 | need + =cnt[i];
| ^
souvenirs3.cpp:14:32: error: expected ‘;’ before ‘}’ token
14 | if(need>i){ans++;need=i}
| ^
| ;
souvenirs3.cpp:17:1: error: expected ‘}’ at end of input