| Problem | summoning |
|---|---|
| User | brianl |
| Submission Time | 2026-06-26 15:51:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
summoning.cpp: In function ‘int main()’:
summoning.cpp:2:2: error: ‘ios_base’ has not been declared
2 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
summoning.cpp:3:2: error: ‘cout’ was not declared in this scope
3 | cout.tie(0);
| ^~~~
summoning.cpp:4:2: error: ‘cin’ was not declared in this scope
4 | cin.tie(0);
| ^~~
summoning.cpp:7:2: error: ‘vector’ was not declared in this scope
7 | vector<int> p(n);
| ^~~~~~
summoning.cpp:7:9: error: expected primary-expression before ‘int’
7 | vector<int> p(n);
| ^~~
summoning.cpp:9:10: error: ‘p’ was not declared in this scope
9 | cin >> p[i];
| ^