結果
問題 | No.3111 April Fool 2024 in Pi |
ユーザー | kakao745 |
提出日時 | 2024-09-18 12:59:55 |
言語 | C++23 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 83 bytes |
コンパイル時間 | 2,764 ms |
コンパイル使用メモリ | 242,484 KB |
実行使用メモリ | 6,816 KB |
最終ジャッジ日時 | 2024-09-18 12:59:59 |
合計ジャッジ時間 | 3,276 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ソースコード
#include<bits/stdc++.h> using namespace std; int main(){ cout << rand() << endl; }