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