Problem guessproblem3
User Dolphy
Submission Time 2023-04-26 17:25:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guessproblem3.cpp: In function ‘int main()’:
guessproblem3.cpp:4:9: error: ‘n’ was not declared in this scope
4 | cin >> n;
| ^
guessproblem3.cpp:6:11: error: ‘gcd’ was not declared in this scope
6 | cout << gcd;
| ^~~