Problem installingapps
User jmuzhen
Submission Time 2023-12-06 15:39:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

installingapps.cpp: In function ‘int main()’:
installingapps.cpp:19:52: error: expected ‘)’ before ‘int32_t’
19 | return a.second - a.first < b.second - b.first; }
| ^
| )
installingapps.cpp:18:6: note: to match this ‘(’
18 | sort(_.begin(), _.end(), [] (uwu a, uwu b) {
| ^
installingapps.cpp:29:3: error: ‘numOfCute’ was not declared in this scope
29 | numOfCute ++;
| ^~~~~~~~~
installingapps.cpp:32:10: error: ‘numOfCute’ was not declared in this scope
32 | cout << numOfCute << endl;
| ^~~~~~~~~