| Problem | gcd |
|---|---|
| User | Dannyboy |
| Submission Time | 2023-11-08 12:57:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:7:13: error: expected ‘)’ before ‘mod’
7 | int c=__(a mod b);
| ~ ^~~~
| )
gcd.cpp:7:9: error: ‘__’ was not declared in this scope
7 | int c=__(a mod b);
| ^~
gcd.cpp:10:13: error: expected ‘)’ before ‘mod’
10 | int c=__(b mod a);
| ~ ^~~~
| )
gcd.cpp:10:9: error: ‘__’ was not declared in this scope
10 | int c=__(b mod a);
| ^~