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

Compile Error

ccs.cpp:9:15: error: variable or field ‘TRANSMIT’ declared void
9 | void TRANSMIT(von, bis){
| ^~~
ccs.cpp: In function ‘int32_t main()’:
ccs.cpp:38:8: error: ‘TRANSMIT’ was not declared in this scope
38 | TRANSMIT(von, bis);
| ^~~~~~~~