Submission #77859


ソースコード

ステータス

項目 データ
問題 1761 - 新人アルバイターユタカ
ユーザー名 ei2326
投稿日時 2024-04-19 12:07:17
言語 C++
状態 Compile Error
得点 0
ソースコード長 98 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:2:6: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
 main(){int a,b,c,n;std::cin>>a>>b>>c>>n;a=a*150+b*c;printf("%d\n%d\n",a,a/n);}
      ^
./Main.cpp: In function ‘int main()’:
./Main.cpp:2:53: error: ‘printf’ was not declared in this scope
 main(){int a,b,c,n;std::cin>>a>>b>>c>>n;a=a*150+b*c;printf("%d\n%d\n",a,a/n);}
                                                     ^~~~~~
./Main.cpp:2:53: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
+#include <cstdio>
 main(){int a,b,c,n;std::cin>>a>>b>>c>>n;a=a*150+b*c;printf("%d\n%d\n",a,a/n);}
                                                     ^~~~~~

セット

セット 得点 Cases

テストケース

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