| Problem | gcd |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-09 20:31:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:7:19: error: expected ‘;’ at end of input
7 | cout << gcd(a, b)
| ~^
| ;
gcd.cpp:7:18: error: expected ‘}’ at end of input
7 | cout << gcd(a, b)
| ^
gcd.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^