結果
| 問題 | No.2819 Binary Binary-Operator |
| コンテスト | |
| ユーザー |
Tatsu_mr
|
| 提出日時 | 2024-07-27 10:26:00 |
| 言語 | C++17 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
AC
|
| 実行時間 | 5 ms / 2,000 ms |
| コード長 | 244 bytes |
| 記録 | |
| コンパイル時間 | 1,010 ms |
| コンパイル使用メモリ | 211,700 KB |
| 実行使用メモリ | 9,168 KB |
| 平均クエリ数 | 3.00 |
| 最終ジャッジ日時 | 2026-07-05 08:44:47 |
| 合計ジャッジ時間 | 2,675 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 64 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main() {
int x, y;
cin >> x >> y;
cout << 4 << endl;
cout << x << " " << y << " " << y << " " << y << endl;
int ans;
cin >> ans;
cout << ans << endl;
return 0;
}
Tatsu_mr