Submission #00340


ソースコード

ステータス

項目 データ
問題 0009 - たのしいすうがく
ユーザー名 r2011
投稿日時 2022-01-28 17:58:52
言語 C++17
状態 Compile Error
得点 0
ソースコード長 1057 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:56:17: error: ‘ans’ was not declared in this scope
                 ans+=k[i];
                 ^~~
./Main.cpp:56:17: note: suggested alternative: ‘abs’
                 ans+=k[i];
                 ^~~
                 abs
./Main.cpp:60:15: error: ‘ans’ was not declared in this scope
         cout<<ans<<"\n";
               ^~~
./Main.cpp:60:15: note: suggested alternative: ‘abs’
         cout<<ans<<"\n";
               ^~~
               abs

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #