結果
| 問題 | No.1888 Odd Insertion |
| コンテスト | |
| ユーザー |
miscalc
|
| 提出日時 | 2021-09-17 21:03:29 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.89.0) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 158 bytes |
| 記録 | |
| コンパイル時間 | 3,207 ms |
| コンパイル使用メモリ | 188,564 KB |
| 最終ジャッジ日時 | 2025-01-24 14:30:47 |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | TLE * 2 |
| other | TLE * 37 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main()
{
clock_t starttime = clock();
while (clock() - starttime <= 1900000)
{
printf("1");
}
}
miscalc