結果
問題 |
No.3181 find H
|
ユーザー |
![]() |
提出日時 | 2025-06-13 23:09:16 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 143 bytes |
コンパイル時間 | 1,763 ms |
コンパイル使用メモリ | 194,348 KB |
実行使用メモリ | 7,844 KB |
最終ジャッジ日時 | 2025-06-13 23:09:21 |
合計ジャッジ時間 | 3,654 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 20 WA * 30 |
ソースコード
#include<bits/stdc++.h> using namespace std; int main(){ double r,x,y; cin >> r >> x >> y; x *= 3; y *= 3; cout << x << " " << y << endl; }