1 Star 1 Fork 0

陈瀚文 / 程序设计基础

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test.c 107 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈瀚文 提交于 2020-03-17 22:44 . Learn C by myself
#include <stdio.h>
int main()
{
int a = 15232;
a = a % 100000;
printf("%d", a);
return 0;
}
C
1
https://gitee.com/chw20192426/C-Works.git
git@gitee.com:chw20192426/C-Works.git
chw20192426
C-Works
程序设计基础
master

搜索帮助