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

Compile Error

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