結果
| 問題 | No.3011 あ、俺こいつの役やりたい! |
| コンテスト | |
| ユーザー |
dice360
|
| 提出日時 | 2025-01-25 14:40:52 |
| 言語 | C++17(gcc12) (gcc 12.4.0 + boost 1.89.0) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 151 bytes |
| 記録 | |
| コンパイル時間 | 1,294 ms |
| コンパイル使用メモリ | 198,732 KB |
| 実行使用メモリ | 57,320 KB |
| 最終ジャッジ日時 | 2026-06-24 01:31:26 |
| 合計ジャッジ時間 | 8,215 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | TLE * 1 -- * 43 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main()
{
int N;
cin >> N;
cout << 1 << endl;
int tmp;
cin >> tmp;
return 0;
}
dice360