結果
| 問題 | No.3011 あ、俺こいつの役やりたい! |
| コンテスト | |
| ユーザー |
dice360
|
| 提出日時 | 2025-01-25 14:40:52 |
| 言語 | C++17(gcc12) (gcc 12.3.0 + boost 1.87.0) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 151 bytes |
| コンパイル時間 | 9,738 ms |
| コンパイル使用メモリ | 249,376 KB |
| 実行使用メモリ | 39,780 KB |
| 最終ジャッジ日時 | 2025-01-25 23:28:46 |
| 合計ジャッジ時間 | 144,948 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge10 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | TLE * 44 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main()
{
int N;
cin >> N;
cout << 1 << endl;
int tmp;
cin >> tmp;
return 0;
}
dice360