提出 #23219
提出日時 | 04/23 01:43:58 |
---|---|
問題 | A: Subsidy |
ユーザ | naokisz |
言語 | C++23 (g++ 12.2.0) |
得点 | 0 |
結果 | CE |
コンパイルエラー
./Main.cpp:3:2: error: invalid preprocessing directive #[
3 | #[fastout]
| ^
./Main.cpp:1:1: error: 'use' does not name a type
1 | use proconio::{fastout, input};
| ^~~
./Main.cpp:4:1: error: 'fn' does not name a type
4 | fn main() {
| ^~