Problem | nostatement |
---|---|
User | DoubleShaurya |
Submission Time | 2024-02-29 16:13:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nostatement.cpp: In function ‘ll B(ll, ll)’:
nostatement.cpp:16:12: error: ‘LONGLONGMAX’ was not declared in this scope
16 | return LONGLONGMAX; // Overflow prevention
| ^~~~~~~~~~~
nostatement.cpp:19:59: error: ‘LONGLONGMIN’ was not declared in this scope
19 | for (ll potential_number = why - 1; potential_number >= LONGLONGMIN; potential_number--) {
| ^~~~~~~~~~~
nostatement.cpp:33:12: error: ‘LONGLONGMAX’ was not declared in this scope
33 | return LONGLONGMAX;
| ^~~~~~~~~~~
nostatement.cpp: In function ‘bool C(ll)’:
nostatement.cpp:39:39: error: ‘LONGLONGMAX’ was not declared in this scope
39 | return B(seewhatsee, seewhatsee) != LONGLONGMAX;
| ^~~~~~~~~~~