| Problem | gcd |
|---|---|
| User | cheryltkx |
| Submission Time | 2026-02-28 10:46:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:5:3: error: expected initializer before ‘cin’
5 | cin >>a>>b;
| ^~~
gcd.cpp:6:17: error: ‘b’ was not declared in this scope
6 | cout << gcd (a,b);
| ^