Problem bombardirocrocodilo
User PGisnotnice5
Submission Time 2025-05-07 15:45:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bombardirocrocodilo.cpp: In function ‘int main()’:
bombardirocrocodilo.cpp:5:2: error: ‘ilong’ was not declared in this scope; did you mean ‘ulong’?
5 | ilong long A,B,C;
| ^~~~~
| ulong
bombardirocrocodilo.cpp:6:7: error: ‘A’ was not declared in this scope
6 | cin>>A>>B>>C;
| ^
bombardirocrocodilo.cpp:6:10: error: ‘B’ was not declared in this scope
6 | cin>>A>>B>>C;
| ^
bombardirocrocodilo.cpp:6:13: error: ‘C’ was not declared in this scope
6 | cin>>A>>B>>C;
| ^