Submission #00006


ソースコード

ステータス

項目 データ
問題 0002 - Bange Hills Tower
ユーザー名 ei1708
投稿日時 2018-11-13 16:58:34
言語 C++11
状態 Compile Error
得点 0
ソースコード長 214 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:1:1: error: ‘include’ does not name a type
 include<bits/stdc++.h>
 ^~~~~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:6:3: error: ‘cin’ was not declared in this scope
   cin>>n>>b;
   ^~~
./Main.cpp:6:3: note: suggested alternative: ‘main’
   cin>>n>>b;
   ^~~
   main
./Main.cpp:12:3: error: ‘printf’ was not declared in this scope
   printf("%f\n",aa*b);
   ^~~~~~
./Main.cpp:12:3: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
./Main.cpp:1:1:
+#include <cstdio>
 include<bits/stdc++.h>
./Main.cpp:12:3:
   printf("%f\n",aa*b);
   ^~~~~~

セット

セット 得点 Cases

テストケース

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