Submission #00047
ソースコード
ステータス
項目 |
データ |
問題 |
0003 - 最短距離 |
ユーザー名 |
ei1501
|
投稿日時 |
2017-03-30 13:33:15 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
176 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 >> a >> b >> c >> d;
^
./Main.cpp:7:60: error: ‘sqrt’ was not declared in this scope
printf("%lf\n",sqrt((a - c) * (a - c) + (b - d) * (b - d)));
^
./Main.cpp:7:61: error: ‘printf’ was not declared in this scope
printf("%lf\n",sqrt((a - c) * (a - c) + (b - d) * (b - d)));
^
セット
テストケース