Problem deathray
User starwars3d
Submission Time 2025-04-24 12:57:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deathray.cpp:1:1: error: stray ‘`’ in program
1 | ```cpp
| ^
deathray.cpp:1:2: error: stray ‘`’ in program
1 | ```cpp
| ^
deathray.cpp:1:3: error: stray ‘`’ in program
1 | ```cpp
| ^
deathray.cpp:157:1: error: stray ‘`’ in program
157 | ```
| ^
deathray.cpp:157:2: error: stray ‘`’ in program
157 | ```
| ^
deathray.cpp:157:3: error: stray ‘`’ in program
157 | ```
| ^
deathray.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 deathray.cpp:3:
/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
|