
北大OJ
文章平均质量分 73
散人的纪念
小代码
展开
-
北大OJ____1000
这是我做的第一道OJ题目,就当做是一个开头吧 我的英文很差劲,所以我用的是中文页面 下面开始正文: Description 计算a加b。 Input 两个整数a和b,其中0≤a, b≤10。 Output 输出a与b的和。 Sample Input 1 2 Sample Output 3 Hint 问:怎样输入输出? 答:你的程序应该从标准输入(s原创 2013-05-31 21:33:14 · 454 阅读 · 1 评论 -
九度OJ---1031 xxx定律
作者:小代码 时间:2013年9月1日 19:17:30 IDE:UE+GCC 代码: C语言通过版: #include const int TRUE = 1; const int FALSE = 0; int main( void ) { int isOu( int n );//判断奇偶数 int fun( int n );原创 2013-09-01 19:20:17 · 295 阅读 · 0 评论