結果

問題 No.1298 OR XOR
ユーザー hakatashi
提出日時 2020-11-27 21:34:53
言語 Crystal
(1.14.0)
結果
WA  
実行時間 -
コード長 157 bytes
コンパイル時間 11,457 ms
コンパイル使用メモリ 296,060 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-06-30 21:42:26
合計ジャッジ時間 13,797 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 1
other WA * 13
権限があれば一括ダウンロードができます

ソースコード

diff #

lib C;fun strtoll(s: UInt8*,p: UInt8**,b: Int32): Int64;end
class String;def to_i64;C.strtoll(self,nil,10);end;end

n = read_line.to_i64
puts "0 #{n} #{n}"

0