| Problem | laughter |
|---|---|
| User | sleepyfishy |
| Submission Time | 2025-12-03 13:40:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
laughter.cpp:191:32: error: ‘R’ was not declared in this scope
191 | long long lo = 0, hi = max(R, C), ans = hi;
| ^
laughter.cpp:191:35: error: ‘C’ was not declared in this scope
191 | long long lo = 0, hi = max(R, C), ans = hi;
| ^
laughter.cpp:192:5: error: expected unqualified-id before ‘while’
192 | while(lo <= hi){
| ^~~~~
laughter.cpp:199:5: error: ‘cout’ does not name a type
199 | cout << ans << "\n";
| ^~~~