Problem | blanko |
---|---|
User | Reverberate |
Submission Time | 2024-12-07 17:49:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
blanko.cpp:208:30: error: stray ‘#’ in program
208 | st.insert({s[i] - '0', i});#pragma GCC optimize("O3,unroll-loops")
| ^
blanko.cpp: In function ‘int main()’:
blanko.cpp:178:7: error: ‘struct IO::FastOutput’ has no member named ‘tie’
178 | cout.tie(0);
| ^~~
blanko.cpp:208:31: error: ‘pragma’ was not declared in this scope; did you mean ‘_Pragma’?
208 | st.insert({s[i] - '0', i});#pragma GCC optimize("O3,unroll-loops")
| ^~~~~~
| _Pragma