Problem lvm
User carson
Submission Time 2026-02-06 21:55:38
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:18:14: error: ‘input’ was not declared in this scope
18 | string a = input[i].first;
| ^~~~~