0_0_39374420_26363.cpp:1:1: error: 'import' does not name a type
1 | import math
| ^~~~~~
0_0_39374420_26363.cpp:1:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_39374420_26363.cpp:10:6: error: expected constructor, destructor, or type conversion before '(' token
10 | print("0" if temp == a else "1")
| ^
|