ゆるふわ競技プログラミングオンサイト at FORCIA #7
コンテスト日時
2024/09/28 (Sa) 12:45 - 15:15
提出 #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() {
      | ^~