Problem typo
User penguinzzz
Submission Time 2024-01-31 22:55:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp:13:4: error: stray ‘#’ in program
13 | }#include <iostream>
| ^
typo.cpp: In function ‘int main()’:
typo.cpp:13:5: error: ‘include’ was not declared in this scope
13 | }#include <iostream>
| ^~~~~~~
typo.cpp:13:22: error: expected primary-expression before ‘>’ token
13 | }#include <iostream>
| ^
In file included from /usr/include/c++/9/utility:69,
from /usr/include/c++/9/algorithm:60,
from typo.cpp:14:
/usr/include/c++/9/bits/stl_relops.h:67:1: error: expected primary-expression before ‘namespace’
67 | namespace std _GLIBCXX_VISIBILITY(default)
| ^~~~~~~~~
In file included from /usr/include/c++/9/iostream:38,
from typo.cpp:1:
/usr/include/c++/9/utility:78:15: error: expected ‘=’ before ‘__attribute__’
78 | namespace std _GLIBCXX_VISIBILITY(default)
| ^~~~~