Problem | 0405 |
---|---|
User | eliasxyz |
Submission Time | 2025-06-13 16:27:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
0405.cpp:4:14: error: ‘ll’ was not declared in this scope
4 | bool isPrime(ll x;){
| ^~
0405.cpp:4:19: error: expected unqualified-id before ‘)’ token
4 | bool isPrime(ll x;){
| ^
0405.cpp: In function ‘int main()’:
0405.cpp:13:2: error: ‘ll’ was not declared in this scope
13 | ll N, M;
| ^~
0405.cpp:14:7: error: ‘N’ was not declared in this scope
14 | cin>>N>>M;
| ^
0405.cpp:14:10: error: ‘M’ was not declared in this scope
14 | cin>>N>>M;
| ^
0405.cpp:15:4: error: expected ‘;’ before ‘count’
15 | ll count=0;
| ^~~~~~
| ;
0405.cpp:16:4: error: expected ‘;’ before ‘p’
16 | ll p=2;
| ^~
| ;
0405.cpp:17:8: error: parse error in template argument list
17 | while(count<N){
| ^~~~~~~
0405.cpp:17:8: error: cannot resolve overloaded