Problem helloworld
User TheRaptor
Submission Time 2023-07-24 19:58:42
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:5:6: error: stray β€˜\360’ in program
5 | int πŸ˜‚=5;
| ^
helloworld.cpp:5:7: error: stray β€˜\237’ in program
5 | int πŸ˜‚=5;
| ^
helloworld.cpp:5:8: error: stray β€˜\230’ in program
5 | int πŸ˜‚=5;
| ^
helloworld.cpp:5:9: error: stray β€˜\202’ in program
5 | int πŸ˜‚=5;
| ^
helloworld.cpp: In function β€˜int main()’:
helloworld.cpp:5:10: error: expected unqualified-id before β€˜=’ token
5 | int πŸ˜‚=5;
| ^