Problem | foreveralone |
---|---|
User | AlphanumericUsername |
Submission Time | 2023-08-06 20:26:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foreveralone.cpp:2:22: error: missing terminating " character
2 | #pragma GCC optimize("Ofast
| ^~~~~~
foreveralone.cpp:3:14: error: missing terminating " character
3 | ,unroll-loops")
| ^~
foreveralone.cpp:3:1: error: expected unqualified-id before ‘,’ token
3 | ,unroll-loops")
| ^
foreveralone.cpp:3:8: error: expected constructor, destructor, or type conversion before ‘-’ token
3 | ,unroll-loops")
| ^
foreveralone.cpp: In function ‘int main()’:
foreveralone.cpp:8:2: error: ‘ios_base’ has not been declared
8 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
foreveralone.cpp:9:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
9 | cin.tie(0);
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from foreveralone.cpp:1:
/usr/include/c++/9/io