0_0_39586446_18716.cpp:1:4: error: stray '#' in program
1 | 1 #include <bits/stdc++.h>
| ^
0_0_39586446_18716.cpp:1:2: error: expected unqualified-id before numeric constant
1 | 1 #include <bits/stdc++.h>
| ^
0_0_39586446_18716.cpp:3:2: error: expected unqualified-id before numeric constant
3 | 3 int gcd(int x,int y)
| ^
0_0_39586446_18716.cpp:7:2: error: expected unqualified-id before numeric constant
7 | 7 int main()
| ^
|