Problem mathmadness
User Random52
Submission Time 2024-12-09 13:39:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mathmadness.cpp:23:2: error: stray ‘#’ in program
23 | a#pragma GCC optimize("Ofast", "unroll-loops")
| ^
mathmadness.cpp: In function ‘int main()’:
mathmadness.cpp:23:2: error: expected ‘;’ before ‘pragma’
23 | a#pragma GCC optimize("Ofast", "unroll-loops")
| ^~~~~~~
| ;
mathmadness.cpp:32:12: error: a function-definition is not allowed here before ‘{’ token
32 | int main() {
| ^