結果
| 問題 | No.605 板挟みの球面 | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2019-10-12 05:23:39 | 
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 2 ms / 2,000 ms | 
| コード長 | 148 bytes | 
| コンパイル時間 | 297 ms | 
| コンパイル使用メモリ | 37,120 KB | 
| 実行使用メモリ | 5,248 KB | 
| 最終ジャッジ日時 | 2024-11-27 02:59:08 | 
| 合計ジャッジ時間 | 765 ms | 
| ジャッジサーバーID (参考情報) | judge1 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 4 | 
コンパイルメッセージ
main.cpp:5:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
    5 | main()
      | ^~~~
            
            ソースコード
#include<cstdio>
#include<cmath>
using namespace std;
const int B=1e6;
main()
{
	double a,b;scanf("%lf%lf",&a,&b);
	printf("%lf\n",M_PI*2*(b-a));
}
            
            
            
        