Problem ccs
User Enigma
Submission Time 2023-11-09 09:42:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp:9:23: error: expression list treated as compound expression in initializer [-fpermissive]
9 | int32_t trans(von, bis){
| ^
ccs.cpp:9:24: error: expected ‘,’ or ‘;’ before ‘{’ token
9 | int32_t trans(von, bis){
| ^
ccs.cpp: In function ‘int32_t main()’:
ccs.cpp:38:30: error: ‘trans’ cannot be used as a function
38 | int a = trans(von, bis)
| ^