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

Compile Error

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