Problem | gcd |
---|---|
User | Dannyboy |
Submission Time | 2023-11-08 12:58:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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 c=(a mod b)__;
| ^~~~~
| u_int
gcd.cpp:8:12: error: ‘c’ was not declared in this scope
8 | cout << c;
| ^
gcd.cpp:10:3: error: ‘__int’ was not declared in this scope; did you mean ‘u_int’?
10 | __int c=(b mod a)__;
| ^~~~~
| u_int
gcd.cpp:11:12: error: ‘c’ was not declared in this scope
11 | cout << c;
| ^