Problem nostatement
User AlphanumericUsername
Submission Time 2023-02-01 16:58:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nostatement.cpp: In function ‘int main()’:
nostatement.cpp:17:20: error: ‘a’ was not declared in this scope
17 | for (long long b = a * a; b <= LIM; b += a){
| ^
nostatement.cpp:17:32: error: ‘LIM’ was not declared in this scope
17 | for (long long b = a * a; b <= LIM; b += a){
| ^~~