Problem gcd
User Kiameimon
Submission Time 2023-10-12 08:20:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
gcd.cpp: In function ‘int main()’:
gcd.cpp:27:3: error: ‘ios_base’ has not been declared
27 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
gcd.cpp:28:3: error: ‘cin’ was not declared in this scope
28 | cin.tie(0);
| ^~~
gcd.cpp:31:3: error: ‘cout’ was not declared in this scope
31 | cout << least_abs_remainder(x,y);
| ^~~~