Problem | gcd |
---|---|
User | Oonhan |
Submission Time | 2024-07-14 23:18:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
gcd.cpp: In function ‘int main()’:
gcd.cpp:5:12: error: ‘cin’ was not declared in this scope
5 | int a, b; cin >> a >> b;
| ^~~
gcd.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << __gcd(a, b);
| ^~~~
gcd.cpp:6:10: error: ‘__gcd’ was not declared in this scope
6 | cout << __gcd(a, b);
| ^~~~~