| Problem | gcd |
|---|---|
| User | Emily |
| Submission Time | 2024-01-10 09:12:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int32_t main()’:
gcd.cpp:9:5: error: expected unqualified-id before ‘>>’ token
9 | int>>a>>b;
| ^~
gcd.cpp:10:13: error: ‘a’ was not declared in this scope
10 | cout<< gcd(a,b)
| ^
gcd.cpp:10:15: error: ‘b’ was not declared in this scope
10 | cout<< gcd(a,b)
| ^