Problem bombardirocrocodilo
User AwkUngenially
Submission Time 2025-05-10 19:31:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bombardirocrocodilo.cpp: In function ‘int main()’:
bombardirocrocodilo.cpp:5:2: error: ‘mpz_class’ was not declared in this scope
5 | mpz_class a, b, c;
| ^~~~~~~~~
bombardirocrocodilo.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a >> b >> c;
| ^
bombardirocrocodilo.cpp:6:14: error: ‘b’ was not declared in this scope
6 | cin >> a >> b >> c;
| ^
bombardirocrocodilo.cpp:6:19: error: ‘c’ was not declared in this scope
6 | cin >> a >> b >> c;
| ^