Problem 0405
User eliasxyz
Submission Time 2025-06-13 16:36:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

0405.cpp: In function ‘int main()’:
0405.cpp:3:17: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long;
| ^~~~
0405.cpp:6:2: note: in expansion of macro ‘ll’
6 | ll n, m;
| ^~
0405.cpp:6:5: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | ll n, m;
| ^
| yn
0405.cpp:6:8: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
6 | ll n, m;
| ^
| tm
0405.cpp:3:17: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long;
| ^~~~
0405.cpp:7:2: note: in expansion of macro ‘ll’
7 | ll A[1000]={2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337