Problem lvm
User GYEE26
Submission Time 2024-07-13 20:16:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lvm.cpp:27:3: error: stray ‘\357’ in program
27 | }
| ^
lvm.cpp:27:4: error: stray ‘\275’ in program
27 | }
| ^
lvm.cpp:27:5: error: stray ‘\235’ in program
27 | }
| ^
lvm.cpp: In function ‘int main()’:
lvm.cpp:7:22: error: ‘integer’ was not declared in this scope
7 | vector<pair<string, integer>> instructions;
| ^~~~~~~
lvm.cpp:7:22: error: template argument 2 is invalid
lvm.cpp:7:29: error: template argument 1 is invalid
7 | vector<pair<string, integer>> instructions;
| ^~
lvm.cpp:7:29: error: template argument 2 is invalid
lvm.cpp:14:33: error: ‘instructions’ cannot be used as a function
14 | instructions({command, param});
| ^
lvm.cpp:16:28: error: ‘instructions’ cannot be used as a function
16 | instructions({command,0});
|