| Problem | installingapps_ex |
|---|---|
| User | YH |
| Submission Time | 2025-12-08 10:31:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
installingapps_ex.cpp: In function ‘void solve()’:
installingapps_ex.cpp:68:2: error: ‘vqll’ was not declared in this scope; did you mean ‘vtll’?
68 | vqll a(n);
| ^~~~
| vtll
installingapps_ex.cpp:74:17: error: ‘a’ was not declared in this scope
74 | cin >> get<2>(a[i]) >> get<1>(a[i]);
| ^
installingapps_ex.cpp:79:7: error: ‘a’ was not declared in this scope
79 | sort(a.begin(), a.end());
| ^