結果
問題 |
No.3115 One Power One Kill
|
ユーザー |
|
提出日時 | 2025-03-19 16:56:23 |
言語 | C++23 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 145 bytes |
コンパイル時間 | 3,405 ms |
コンパイル使用メモリ | 273,892 KB |
実行使用メモリ | 26,120 KB |
平均クエリ数 | 2.00 |
最終ジャッジ日時 | 2025-03-19 16:56:29 |
合計ジャッジ時間 | 5,740 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 10 WA * 10 |
ソースコード
#include <bits/stdc++.h> using namespace std; int main() { int A=19000,B=101; cout<<A<<' '<<B<<endl; int K; cin>>K; cout<<"1"<<endl; }