Problem helloworld
User TheRaptor
Submission Time 2023-07-24 20:00:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:3:9: error: macro names must be identifiers
3 | #define 😂 a
| ^
helloworld.cpp:7:6: error: stray ‘\360’ in program
7 | int 😂;
| ^
helloworld.cpp:7:7: error: stray ‘\237’ in program
7 | int 😂;
| ^
helloworld.cpp:7:8: error: stray ‘\230’ in program
7 | int 😂;
| ^
helloworld.cpp:7:9: error: stray ‘\202’ in program
7 | int 😂;
| ^
helloworld.cpp:8:2: error: stray ‘\360’ in program
8 | 😂 = 5;
| ^
helloworld.cpp:8:3: error: stray ‘\237’ in program
8 | 😂 = 5;
| ^
helloworld.cpp:8:4: error: stray ‘\230’ in program
8 | 😂 = 5;
| ^
helloworld.cpp:8:5: error: stray ‘\202’ in program
8 | 😂 = 5;
| ^
helloworld.cpp:9:10: error: stray ‘\360’ in program
9 | cout << 😂;
| ^
helloworld.cpp:9:11: error: stray ‘\237’ in program
9 |