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