| Problem | pandaeyes |
|---|---|
| User | gthinh |
| Submission Time | 2026-02-03 10:30:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pandaeyes.cpp: In function ‘int main()’:
pandaeyes.cpp:23:6: error: expected ‘;’ before ‘B’
23 | time B[100005];
| ^~
| ;
pandaeyes.cpp:27:10: error: ‘B’ was not declared in this scope
27 | B[0].s = A[i].e;
| ^
pandaeyes.cpp:33:13: error: ‘B’ was not declared in this scope
33 | if(B[x].s<=A[i].s){
| ^
pandaeyes.cpp:47:21: error: ‘B’ was not declared in this scope
47 | ans = max(ans, B[x].e);
| ^