2016年7月6日

2015/7/6 (!长期更新!)C语言从零——张呵呵

摘要: 随即呈上! By He_He _S 小组 @成都七中高新OI2015 阅读全文

posted @ 2016-07-06 21:02 张呵呵 阅读(108) 评论(1) 推荐(1) 编辑

2016/7/6 高精准计算器-减(神·高精准)

摘要: 咳咳,我于心不忍,so,我又来写了。。。。。。 源码: #include<stdio.h>#include<string.h>char s1[1000];int a[1000]={0},b[1000]={0},c[1000]={0};int main(){ int i,j,z,l1,l2,l,o; 阅读全文

posted @ 2016-07-06 20:59 张呵呵 阅读(274) 评论(0) 推荐(1) 编辑

2016/7/6 神·CPU的人类极限在哪?

摘要: 额,这其实是个搞怪贴 #include<stdio.h>int main(void){ int i,k; for(i=0;;i++) { k=i+222222222; printf("%d",i+k); } return 0;} 这其实是个很鬼畜的 因为,在这串代码中,由于k,i的未付值,so,i+ 阅读全文

posted @ 2016-07-06 20:58 张呵呵 阅读(153) 评论(1) 推荐(2) 编辑

2016/7/6 真·高精度计算器-加 (火速跟完!!!)

摘要: 我又来写了。。。。。。 源码: #include<stdio.h>#include<string.h>int a[1000]={0},b[1000]={0};int main(void){ char s1[1000],s2[1000]; //设定2个字符串s1,s2 int l1=0,l2=0,l, 阅读全文

posted @ 2016-07-06 18:35 张呵呵 阅读(581) 评论(7) 推荐(2) 编辑

2016/7/6 准·高精度计算器-加

摘要: 使用函数库: #include<stdio.h>#include<string.h>#include<stdlib.h> 源码(加法): #include<stdio.h>#include<string.h>#include<stdlib.h>int main(void){ char s1[100] 阅读全文

posted @ 2016-07-06 16:50 张呵呵 阅读(566) 评论(13) 推荐(2) 编辑

导航