結果
問題 | No.1466 I am not genius. |
ユーザー |
![]() |
提出日時 | 2021-04-03 10:21:30 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 84 bytes |
コンパイル時間 | 821 ms |
コンパイル使用メモリ | 65,408 KB |
最終ジャッジ日時 | 2025-01-20 10:22:16 |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 11 WA * 15 |
ソースコード
#include<iostream>using namespace std;int main(){double x;cin>>x;cout<<x*4<<endl;}