Problem hungrycats
User seth
Submission Time 2024-11-11 11:27:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungrycats.cpp: In function ‘int main()’:
hungrycats.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> n;
| ^~~
hungrycats.cpp:7:20: error: ‘int_max’ was not declared in this scope
7 | int positive = int_max;
| ^~~~~~~
hungrycats.cpp:8:20: error: ‘int_min’ was not declared in this scope
8 | int negative = int_min;
| ^~~~~~~
hungrycats.cpp:26:9: error: ‘cout’ was not declared in this scope
26 | cout << "Yes" << endl;
| ^~~~
hungrycats.cpp:26:26: error: ‘endl’ was not declared in this scope
26 | cout << "Yes" << endl;
| ^~~~
hungrycats.cpp:29:9: error: ‘cout’ was not declared in this scope
29 | cout << "No" << endl;
| ^~~~
hungrycats.cpp:29:25: error: ‘endl’ was not declared in this scope
29 |