結果
| 問題 |
No.2253 Ignore Subtle Differences
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-03-24 21:47:57 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 294 bytes |
| コンパイル時間 | 3,922 ms |
| コンパイル使用メモリ | 229,708 KB |
| 実行使用メモリ | 6,812 KB |
| 最終ジャッジ日時 | 2024-09-18 16:59:33 |
| 合計ジャッジ時間 | 4,437 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
ソースコード
#include <bits/stdc++.h>
#include <atcoder/all>
using namespace std;
using namespace atcoder;
using ll = long long;
int main(void) {
puts("0 0");
puts("999999999 0");
int x = (0 + 1e9 - 1) / 2;
int y = sqrt(3) / 2 * (1e9 - 1);
cout << x << " " << y << endl;
return 0;
}