0_0_39742421_11961.cpp:1:1: error: 'import' does not name a type
1 | import java.util.LinkedList;
| ^~~~~~
0_0_39742421_11961.cpp:1:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_39742421_11961.cpp:3:1: error: 'import' does not name a type
3 | import java.util.Scanner;
| ^~~~~~
0_0_39742421_11961.cpp:3:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_39742421_11961.cpp:5:1: error: expected unqualified-id before 'public'
5 | public class Main {
| ^~~~~~
0_0_39742421_11961.cpp:70:3: error: expected declaration before '}' token
70 | }
| ^
0_0_39742421_11961.cpp:71:1: error: expected declaration before '}' token
71 | }
| ^
|