Problem | lvm |
---|---|
User | blob |
Submission Time | 2024-01-02 15:45:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lvm.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include ,bits/stdc++.h>
| ^
lvm.cpp: In function ‘int main()’:
lvm.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin >> n;
| ^~~
lvm.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #include ,bits/stdc++.h>
lvm.cpp:8:5: error: ‘vector’ was not declared in this scope
8 | vector<string> instructions(n);
| ^~~~~~
lvm.cpp:1:1: note: ‘std::vector’ is defined in header ‘<vector>’; did you forget to ‘#include <vector>’?
+++ |+#include <vector>
1 | #include ,bits/stdc++.h>
lvm.cpp:8:12: error: ‘string’ was not declared in this scope
8 | vector<string> instructions(n);
| ^~~~~~
lvm.cpp:1:1: note: ‘std::string’ is defined