Problem | competition |
---|---|
User | Shadowsocks |
Submission Time | 2023-02-14 16:55:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:19:12: error: found ‘:’ in nested-name-specifier, expected ‘::’
19 | for(it : score) {
| ^
| ::
competition.cpp:19:9: error: ‘it’ is not a class, namespace, or enumeration
19 | for(it : score) {
| ^~
competition.cpp:29:1: error: expected primary-expression before ‘}’ token
29 | }
| ^
competition.cpp:28:17: error: expected ‘)’ before ‘}’ token
28 | cout << ans;
| ^
| )
29 | }
| ~
competition.cpp:19:8: note: to match this ‘(’
19 | for(it : score) {
| ^
competition.cpp:29:1: error: expected primary-expression before ‘}’ token
29 | }
| ^