Please enable JavaScript in your browser!
首頁
探索
說明
登入
yentl
/
modelverse
關註
3
讚好
3
複刻
6
Files
問題管理
4
合併請求
0
Wiki
目錄樹:
bdbb6db0dd
分支列表
標籤列表
debugging
master
pn_debugging
testing
modelverse
/
integration
/
code
/
remainder.alc
remainder.alc
103 B
文件歷史
原始文件
1
2
3
4
5
6
include "lib_remainder.alc"
Void function main():
while(True):
output(remainder(input(), input()))