Problem | wabot |
---|---|
User | Rohith0009 |
Submission Time | 2025-06-13 14:59:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wabot.cpp: In function ‘int main()’:
wabot.cpp:3:5: error: ‘fast_io’ was not declared in this scope
3 | fast_io();
| ^~~~~~~
wabot.cpp:5:5: error: ‘ll’ was not declared in this scope
5 | ll n;
| ^~
wabot.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin >> n;
| ^~~
wabot.cpp:6:12: error: ‘n’ was not declared in this scope
6 | cin >> n;
| ^
wabot.cpp:7:5: error: ‘multiset’ was not declared in this scope
7 | multiset<pll> mods;
| ^~~~~~~~
wabot.cpp:7:14: error: ‘pll’ was not declared in this scope
7 | multiset<pll> mods;
| ^~~
wabot.cpp:7:19: error: ‘mods’ was not declared in this scope
7 | multiset<pll> mods;
| ^~~~
wabot.cpp:8:12: error: expected ‘;’ before ‘i’
8 | for (ll i=0; i<n; ++i){
| ^~<