0_0_39777823_3276.cpp:1:1: error: 'import' does not name a type
1 | import java.io.BufferedReader;
| ^~~~~~
0_0_39777823_3276.cpp:1:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_39777823_3276.cpp:2:1: error: 'import' does not name a type
2 | import java.io.IOException;
| ^~~~~~
0_0_39777823_3276.cpp:2:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_39777823_3276.cpp:3:1: error: 'import' does not name a type
3 | import java.io.InputStreamReader;
| ^~~~~~
0_0_39777823_3276.cpp:3:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_39777823_3276.cpp:4:1: error: 'import' does not name a type
4 | import java.io.OutputStreamWriter;
| ^~~~~~
0_0_39777823_3276.cpp:4:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_39777823_3276.cpp:5:1: error: 'import' does not name a type
5 | import java.io.PrintWriter;
| ^~~~~~
0_0_39777823_3276.cpp:5:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_39777823_3276.cpp:6:1: error: 'import' does not name a type
6 | import java.io.StreamTokenizer;
| ^~~~~~
0_0_39777823_3276.cpp:6:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_39777823_3276.cpp:8:1: error: expected unqualified-id before 'public'
8 | public class Main {
| ^~~~~~
|