結果

問題 No.2819 Binary Binary-Operator
ユーザー むつあるむつある
提出日時 2024-07-26 21:30:43
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 70 bytes
コンパイル時間 384 ms
コンパイル使用メモリ 82,236 KB
実行使用メモリ 70,832 KB
平均クエリ数 3.00
最終ジャッジ日時 2024-07-26 21:30:51
合計ジャッジ時間 7,417 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 48 WA * 16
権限があれば一括ダウンロードができます

ソースコード

diff #

x,y=map(int,input().split())
print(3)
print(x,y,y)
print(int(input()))
0