Problem gcd
User shrekusmaximus
Submission Time 2023-05-12 22:55:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:17:23: error: ‘n1’ was not declared in this scope
17 | cout << "HCF = " << n1;
| ^~