This website works better with JavaScript
홈
탐색
도움말
로그인
cpp
/
squilu
의 미러
https://github.com/mingodad/squilu.git
Watch
2
Star
0
포크
0
파일
이슈
0
위키
트리:
2d3885ea64
브랜치
태그
master
wiki
squilu
/
SquiLu
/
samples
/
test-div-mod.lua
test-div-mod.lua
80 B
히스토리
Raw
1
2
3
4
5
6
i = 2;
--print(i/0);
print(i%0);
i = -2147483648;
print(i/-1);
print(i%-1);