Problem | monopoly |
---|---|
User | asruby |
Submission Time | 2024-03-16 20:11:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
monopoly.cpp: In function ‘int main()’:
monopoly.cpp:80:9: error: ‘#pragma’ is not allowed here
80 | #pragma GCC optimize("O3,unroll-loops")
| ^~~
monopoly.cpp:128:17: error: a function-definition is not allowed here before ‘{’ token
128 | int recur(int x){
| ^
monopoly.cpp:137:14: error: a function-definition is not allowed here before ‘{’ token
137 | signed main(){
| ^
monopoly.cpp:185:53: error: expected ‘;’ before ‘)’ token
185 | cout << recur(((N-1) * side) + X % ((N-1) * side))) << "\n";
| ^
| ;