Problem gcd
User Dannyboy
Submission Time 2023-11-08 13:01:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:7:3: error: ‘__init__’ was not declared in this scope; did you mean ‘__finitel’?
7 | __init__ gcd(a,b)=(a,a mod b);
| ^~~~~~~~
| __finitel
gcd.cpp:10:3: error: ‘__init__’ was not declared in this scope; did you mean ‘__finitel’?
10 | __init__ gcd(b,a)=(b,b mod a);
| ^~~~~~~~
| __finitel