Problem | verticallychallenged |
---|---|
User | Haocheng |
Submission Time | 2024-11-12 13:33:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
verticallychallenged.cpp: In function ‘int main()’:
verticallychallenged.cpp:10:12: error: ‘sync_with_studio’ is not a member of ‘std::ios_base’
10 | ios_base::sync_with_studio(0);
| ^~~~~~~~~~~~~~~~
verticallychallenged.cpp:35:2: error: expected ‘}’ at end of input
35 | }
| ^
verticallychallenged.cpp:9:14: note: to match this ‘{’
9 | signed main(){
| ^