| Problem | gcd |
|---|---|
| User | FullName |
| Submission Time | 2026-04-17 13:44:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp:3:2: error: invalid preprocessing directive #definie; did you mean #define?
3 | #definie int long long
| ^~~~~~~
| define
gcd.cpp: In function ‘int main()’:
gcd.cpp:5:5: error: ‘a’ was not declared in this scope
5 | a, b;
| ^
gcd.cpp:5:8: error: ‘b’ was not declared in this scope
5 | a, b;
| ^
gcd.cpp:8:13: error: expected ‘;’ before ‘}’ token
8 | return 0
| ^
| ;
9 | }
| ~