Problem smallprimes
User sussygoose
Submission Time 2025-01-24 15:10:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smallprimes.cpp:2:22: error: expected ‘)’ before ‘;’ token
2 | #define int long long;
| ^
smallprimes.cpp:5:11: note: in expansion of macro ‘int’
5 | bool rizz(int x) {
| ^~~
smallprimes.cpp:5:10: note: to match this ‘(’
5 | bool rizz(int x) {
| ^
smallprimes.cpp:5:15: error: ‘x’ does not name a type
5 | bool rizz(int x) {
| ^
smallprimes.cpp: In function ‘int32_t main()’:
smallprimes.cpp:2:18: error: declaration does not declare anything [-fpermissive]
2 | #define int long long;
| ^~~~
smallprimes.cpp:26:5: note: in expansion of macro ‘int’
26 | int Q, a, b;
| ^~~
smallprimes.cpp:26:9: error: ‘Q’ was not declared in this scope
26 | int Q, a, b;
| ^
smallprimes.cpp:26:12: error: ‘a’ was not declared in this scope
26 | int Q, a, b;
| ^<