| Problem | gcd |
|---|---|
| User | thatlycheeoolongdrink |
| Submission Time | 2024-02-21 14:17:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:5:7: error: expected ‘;’ before ‘cin’
5 | n = 0
| ^
| ;
6 | cin>>a>>b;
| ~~~