提出 #18814
提出日時 | 2024/11/23 15:51:52 |
---|---|
問題 | C: Find Parking Lot |
ユーザ | okaze |
言語 | C++23 (g++ 12.2.0) |
得点 | 0 |
結果 | CE |
コンパイルエラー
./Main.cpp:1:1: error: 'import' does not name a type
1 | import heapq
| ^~~~~~
./Main.cpp:1:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'