| Problem | gcd |
|---|---|
| User | FullName |
| Submission Time | 2026-04-17 13:43:22 |
| 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:6:18: error: expected ‘}’ at end of input
6 | cin >> a >> b;
| ^
gcd.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^