Problem lvm
User carson
Submission Time 2026-02-06 21:54:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lvm.cpp: In function ‘int main()’:
lvm.cpp:10:8: error: expected unqualified-id before ‘<<’ token
10 | vector<<pair<ll,ll>> input(n);
| ^~
lvm.cpp:12:10: error: ‘input’ was not declared in this scope
12 | cin >> input[i].first;
| ^~~~~
lvm.cpp:58:1: error: expected ‘}’ at end of input
58 | }
| ^
lvm.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^