Submission #40421


ソースコード

ステータス

項目 データ
問題 0592 - 電子レンジ (Microwave)
ユーザー名 卒業済みr1807
投稿日時 2018-08-02 21:38:36
言語 C++
状態 Compile Error
得点 0
ソースコード長 296 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:4:5: error: ‘cin’ was not declared in this scope
     cin >> A;
     ^
./Main.cpp:10:18: error: ‘abs’ was not declared in this scope
         G = abs(A) * C + D + E * B;
                  ^
./Main.cpp:11:9: error: ‘cout’ was not declared in this scope
         cout << G << endl;
         ^
./Main.cpp:11:22: error: ‘endl’ was not declared in this scope
         cout << G << endl;
                      ^
./Main.cpp:14:9: error: ‘cout’ was not declared in this scope
         cout << H << endl;
         ^
./Main.cpp:14:22: error: ‘endl’ was not declared in this scope
         cout << H << endl;
                      ^

セット

セット 得点 Cases

テストケース

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