open /var/local/lib/isolate/434/box/a.out: no such file or directory
main.cpp:1:1: error: empty character constant
1 | '''
| ^~
main.cpp:1:3: warning: missing terminating ' character
1 | '''
| ^
main.cpp:1:3: error: missing terminating ' character
main.cpp:11:1: error: empty character constant
11 | '''
| ^~
main.cpp:11:3: warning: missing terminating ' character
11 | '''
| ^
main.cpp:11:3: error: missing terminating ' character
main.cpp:16:2: error: invalid preprocessing directive #print
16 | #print(uA,uE,uB)
| ^~~~~
main.cpp:1:1: error: expected unqualified-id before '\x0'
1 | '''
| ^~
main.cpp:15:17: error: 'uE' does not name a type
15 | uA=int(vDB/12); uE=int(vDB/4); uB=int(vDB/2)
| ^~
main.cpp:15:32: error: 'uB' does not name a type
15 | uA=int(vDB/12); uE=int(vDB/4); uB=int(vDB/2)
| ^~
main.cpp:18:10: error: 'A' does not name a type
18 | helye=1; A=0;E=0;B=0
| ^
main.cpp:18:14: error: 'E' does not name a type
18 | helye=1; A=0;E=0;B=0
| ^
main.cpp:18:18: error: 'B' does not name a type
18 | helye=1; A=0;E=0;B=0
| ^