Problem installingapps_ex
User chickengoat
Submission Time 2025-12-08 11:04:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

installingapps_ex.cpp: In function ‘int main()’:
installingapps_ex.cpp:31:59: error: expected ‘;’ before ‘.’ token
31 | while(c>=max(ar[0].first.second,ar[0].first.first)) && ar.size()>0) {
| ^
| ;
installingapps_ex.cpp:31:57: error: label ‘ar’ used but not defined
31 | while(c>=max(ar[0].first.second,ar[0].first.first)) && ar.size()>0) {
| ^~