結果
| 問題 | No.3115 One Power One Kill |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-03-19 17:06:18 |
| 言語 | C++23 (gcc 13.3.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 145 bytes |
| 記録 | |
| コンパイル時間 | 3,587 ms |
| コンパイル使用メモリ | 272,572 KB |
| 実行使用メモリ | 26,380 KB |
| 平均クエリ数 | 2.00 |
| 最終ジャッジ日時 | 2025-03-19 17:06:26 |
| 合計ジャッジ時間 | 8,251 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 20 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main() {
int A=19001,B=101;
cout<<A<<' '<<B<<endl;
int K;
cin>>K;
cout<<"1"<<endl;
}