Submission #40421
ソースコード
ステータス
コンパイルメッセージ
./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;
^
セット
テストケース