Problem | helloworld |
---|---|
User | blob |
Submission Time | 2023-11-08 10:20:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:9: error: found ‘:’ in nested-name-specifier, expected ‘::’
1 | ios_base:sync_with_stdio(0);cin.tie(0)
| ^
| ::
helloworld.cpp:1:1: error: ‘ios_base’ does not name a type
1 | ios_base:sync_with_stdio(0);cin.tie(0)
| ^~~~~~~~
helloworld.cpp:1:29: error: ‘cin’ does not name a type
1 | ios_base:sync_with_stdio(0);cin.tie(0)
| ^~~