Problem gcd
User asbx
Submission Time 2023-11-10 17:37:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:7:2: error: ‘two’ was not declared in this scope
7 | two = 1;
| ^~~
gcd.cpp:10:10: error: expected ‘;’ before ‘b’
10 | a = a/2
| ^
| ;
11 | b = b/2
| ~