| Problem | guessproblem3 |
|---|---|
| User | Yinnotayl64 |
| Submission Time | 2026-07-03 15:32:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guessproblem3.cpp:1:2: error: invalid preprocessing directive #includ; did you mean #include?
1 | #includ <bits/stdc++.h>
| ^~~~~~
| include
guessproblem3.cpp: In function ‘int main()’:
guessproblem3.cpp:5:2: error: ‘ios’ has not been declared
5 | ios::sync_with_stdio(0); cin.tie(0);
| ^~~
guessproblem3.cpp:5:27: error: ‘cin’ was not declared in this scope
5 | ios::sync_with_stdio(0); cin.tie(0);
| ^~~
guessproblem3.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #includ <bits/stdc++.h>
guessproblem3.cpp:9:2: error: ‘vector’ was not declared in this scope
9 | vector<string> answer = {
| ^~~~~~
guessproblem3.cpp:1:1: note: ‘std::vector’ is defined in header ‘<vector>’; did you forget to ‘#include <vector>’?
+++ |+#incl