Problem | helloworld |
---|---|
User | TheRaptor |
Submission Time | 2023-07-24 19:58:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^