結果
問題 |
No.8117 Simple Programming Language
|
ユーザー |
![]() |
提出日時 | 2025-04-01 22:43:36 |
言語 | Text (cat 8.3) |
結果 |
WA
|
実行時間 | - |
コード長 | 282 bytes |
コンパイル時間 | 269 ms |
コンパイル使用メモリ | 7,972 KB |
実行使用メモリ | 7,848 KB |
最終ジャッジ日時 | 2025-04-01 22:43:39 |
合計ジャッジ時間 | 2,851 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 15 |
ソースコード
start = ''' $1 = 0 $2 = 0 ''' check = ''' $0 = A[$0+1,$1+1] - B[$0+1,$1+1] while($0 == 0) $2 = $2 + 1 $1 = $1 + (($2+1)/W) $2 = $2 % W $10 = A[$0+1,$1+1] $20 = B[$0+1,$1+1] d = $10 - $20 end ''' ret = ''' return($1,$2) ''' print(start) print(check) print(ret)