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

Compile Error

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