Please enable JavaScript in your browser!
首页
探索
帮助
登录
Matt
/
compilers
关注
1
点赞
0
派生
0
代码
工单管理
0
合并请求
0
提交历史
16
版本发布
0
Wiki
Year 2 compilers coureswork
目录树:
9285348596
分支列表
标签列表
master
compilers
/
cw
/
tests
/
modulo.c
modulo.c
49B
文件历史
原始文件
1
2
3
4
5
/* ##answer: 1*/
int main() {
return 5 % 2;
}