Problem | minimum |
---|---|
User | CoderBC |
Submission Time | 2025-04-28 09:55:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp:3:4: error: found ‘:’ in nested-name-specifier, expected ‘::’
3 | std:sync_with_stdio(0);
| ^
| ::
minimum.cpp:3:20: error: expected constructor, destructor, or type conversion before ‘(’ token
3 | std:sync_with_stdio(0);
| ^
minimum.cpp:4:1: error: ‘cin’ does not name a type
4 | cin.tie(0);
| ^~~
minimum.cpp:5:1: error: ‘cout’ does not name a type
5 | cout.tie(0);
| ^~~~