0_0_39585609_12935.cpp: In function 'int main()':
0_0_39585609_12935.cpp:15:23: error: unable to find numeric literal operator 'operator""x'
15 | int k=2x*y/__gcd(2x,y);//最小公倍数
| ^~
0_0_39585609_12935.cpp:15:23: note: use '-fext-numeric-literals' to enable more built-in suffixes
0_0_39585609_12935.cpp:15:34: error: unable to find numeric literal operator 'operator""x'
15 | int k=2x*y/__gcd(2x,y);//最小公倍数
| ^~
0_0_39585609_12935.cpp:15:34: note: use '-fext-numeric-literals' to enable more built-in suffixes
|