| Problem | gotoschool |
|---|---|
| User | j48495734 |
| Submission Time | 2026-03-31 23:58:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gotoschool.cpp:1:2: error: invalid preprocessing directive #includes; did you mean #include?
1 | #includes <bits/stdc++.h>
| ^~~~~~~~
| include
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> N;
| ^~~
gotoschool.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #includes <bits/stdc++.h>
gotoschool.cpp:7:2: error: ‘vector’ was not declared in this scope
7 | vector <pair<int,int>> ernestyeo;
| ^~~~~~
gotoschool.cpp:1:1: note: ‘std::vector’ is defined in header ‘<vector>’; did you forget to ‘#include <vector>’?
+++ |+#include <vector>
1 | #includes <bits/stdc++.h>
gotoschool.cpp:7:10: error: ‘pair’ was not declared in this scope
7 | vector <pair<int,int