Problem | exam |
---|---|
User | garrett |
Submission Time | 2024-11-07 11:00:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp:1:1: error: stray ‘`’ in program
1 | ```cpp
| ^
exam.cpp:1:2: error: stray ‘`’ in program
1 | ```cpp
| ^
exam.cpp:1:3: error: stray ‘`’ in program
1 | ```cpp
| ^
exam.cpp:18:1: error: stray ‘`’ in program
18 | ```
| ^
exam.cpp:18:2: error: stray ‘`’ in program
18 | ```
| ^
exam.cpp:18:3: error: stray ‘`’ in program
18 | ```
| ^
exam.cpp:1:4: error: ‘cpp’ does not name a type
1 | ```cpp
| ^~~
In file included from /usr/include/c++/9/iosfwd:40,
from /usr/include/c++/9/ios:38,
from /usr/include/c++/9/ostream:38,
from /usr/include/c++/9/iostream:39,
from exam.cpp:2:
/usr/include/c++/9/bits/postypes.h:98:11: error: ‘ptrdiff_t’ does not name a type
98 | typedef ptrdiff_t streamsize; // Signed integral type
| ^~~~~~~~~
/usr/include/c++/