Problem globalwarming
User Duk168
Submission Time 2024-04-10 11:33:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from /usr/include/features.h:461,
from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from globalwarming.cpp:5:
/usr/include/assert.h: In function ‘int GW(int, int*)’:
/usr/include/assert.h:66:1: error: expected unqualified-id before string constant
66 | __BEGIN_DECLS
| ^~~~~~~~~~~~~
/usr/include/ctype.h:28:1: error: expected unqualified-id before string constant
28 | __BEGIN_DECLS
| ^~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:35,
from globalwarming.cpp:18:
/usr/include/c++/9/cctype:62:1: error: ‘namespace’ definition is not allowed here
62 | namespace std
| ^~~~~~~~~
/usr/include/c++/9/cctype:85:1: error: ‘namespace’ definition is not allowed here
85 | namespace std
| ^~~~~~~~~
In file included from /usr/include/features.h:461,