| Problem | wabot |
|---|---|
| User | JhoCyber |
| Submission Time | 2025-01-09 19:39:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
wabot.cpp: In lambda function:
wabot.cpp:14:63: error: expected ‘{’ before ‘)’ token
14 | sort(CL.begin(),CL.end(),[](pair<int,int>a,pair<int,int>b)){
| ^
wabot.cpp: In function ‘int32_t main()’:
wabot.cpp:14:64: error: expected ‘;’ before ‘{’ token
14 | sort(CL.begin(),CL.end(),[](pair<int,int>a,pair<int,int>b)){
| ^
| ;
wabot.cpp:19:5: error: expected unqualified-id before ‘while’
19 | while(order--){
| ^~~~~
wabot.cpp:33:22: error: expected ‘;’ before ‘}’ token
33 | cout<< complexity
| ^
| ;
34 | }
| ~
In file included from /usr/include/c++/9/bits/stl_algobase.h:71,