Problem amicablecats
User Shuhxin
Submission Time 2024-05-11 10:29:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

amicablecats.cpp: In function ‘int main()’:
amicablecats.cpp:7:27: error: ‘ii’ was not declared in this scope; did you mean ‘i’?
7 | for (long long i = 2; ii <= n; i++) {
| ^~
| i
amicablecats.cpp:18:31: error: ‘ii’ was not declared in this scope; did you mean ‘i’?
18 | for (long long i = 2; ii <= m; i++) {
| ^~
| i