0_0_39328813_19740.cpp:1:1: error: 'import' does not name a type
1 | import java.io.*;
| ^~~~~~
0_0_39328813_19740.cpp:1:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_39328813_19740.cpp:2:1: error: 'import' does not name a type
2 | import java.util.*;
| ^~~~~~
0_0_39328813_19740.cpp:2:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_39328813_19740.cpp:3:1: error: 'import' does not name a type
3 | import java.math.*;
| ^~~~~~
0_0_39328813_19740.cpp:3:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_39328813_19740.cpp:9:1: error: expected unqualified-id before 'public'
9 | public class Main
| ^~~~~~
|