| Problem | gcd | 
|---|---|
| User | loverin | 
| Submission Time | 2023-04-10 15:13:30 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 gcd.cpp:2:19: error: missing terminating > character
    2 | #include <iostream
      |                   ^
gcd.cpp: In function ‘uint64_t gcd(uint64_t, uint64_t)’:
gcd.cpp:9:2: error: expected ‘}’ before ‘else’
    9 |  else{
      |  ^~~~
gcd.cpp:6:13: note: to match this ‘{’
    6 |  if (amb!=0){
      |             ^