Submission #80335
ソースコード
ステータス
項目 |
データ |
問題 |
1306 - よんかくけい |
ユーザー名 |
ei2326
|
投稿日時 |
2024-08-08 11:34:40 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
73 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:1:6: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
main(){int a,c,e;
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:2:6: error: ‘cin’ is not a member of ‘std’
std::cin>>a>>c>>c>>e>>e;
^~~
./Main.cpp:2:6: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+#include <iostream>
main(){int a,c,e;
std::cin>>a>>c>>c>>e>>e;
^~~
./Main.cpp:3:1: error: ‘printf’ was not declared in this scope
printf("%d\n",(c+e)*a/2);
^~~~~~
./Main.cpp:3:1: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
./Main.cpp:1:1:
+#include <cstdio>
main(){int a,c,e;
./Main.cpp:3:1:
printf("%d\n",(c+e)*a/2);
^~~~~~
セット
テストケース