Problem guanine
User boorlarishitfan666
Submission Time 2023-04-19 16:38:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp:33:28: error: stray ‘\357’ in program
33 | if (bruh == "SNIP_FRONT"){
| ^
guanine.cpp:33:29: error: stray ‘\274’ in program
33 | if (bruh == "SNIP_FRONT"){
| ^
guanine.cpp:33:30: error: stray ‘\211’ in program
33 | if (bruh == "SNIP_FRONT"){
| ^
guanine.cpp: In function ‘int main()’:
guanine.cpp:33:28: error: expected ‘)’ before ‘{’ token
33 | if (bruh == "SNIP_FRONT"){
| ~ ^ ~
| )
guanine.cpp:39:3: error: expected primary-expression before ‘}’ token
39 | }
| ^