Problem inspections
User fwaeh
Submission Time 2026-03-06 17:55:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from /usr/include/c++/9/iostream:38,
from inspections.cpp:1:
/usr/include/c++/9/bits/stl_tree.h: In function ‘int main()’:
/usr/include/c++/9/bits/stl_tree.h:75:15: error: expected ‘=’ before ‘__attribute__’
75 | namespace std _GLIBCXX_VISIBILITY(default)
| ^~~~~~~~~~~~~~~~~~~
/usr/include/c++/9/bits/stl_tree.h:75:15: error: expected identifier before ‘__attribute__’
In file included from /usr/include/c++/9/set:60,
from inspections.cpp:75:
/usr/include/c++/9/bits/stl_tree.h:75:14: error: expected ‘;’ before ‘__attribute__’
75 | namespace std _GLIBCXX_VISIBILITY(default)
| ^
| ;
/usr/include/c++/9/bits/stl_tree.h:76:1: error: expected primary-expression before ‘{’ token
76 | {
| ^
In file included from /usr/include/c++/9/iostream:38,
from inspections.cpp:1:
/usr/include/c++/9/bits/stl_set.h:64:1