結果

問題 No.2819 Binary Binary-Operator
ユーザー NP
提出日時 2024-07-26 21:52:31
言語 PyPy3
(7.3.15)
結果
TLE  
実行時間 -
コード長 140 bytes
コンパイル時間 237 ms
コンパイル使用メモリ 82,136 KB
実行使用メモリ 84,720 KB
最終ジャッジ日時 2024-07-26 21:52:38
合計ジャッジ時間 6,672 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other TLE * 1 -- * 63
権限があれば一括ダウンロードができます

ソースコード

diff #

import sys
input = sys.stdin.read
output = sys.stdout.write
X, Y = map(int, input().strip())
output(f"3\n{X} {Y} {X}\n{input().strip()}\n")
0