刘汝佳算法入门之第二章之习题之三
摘要:
#define LOCAL#include<stdio.h>int main(){ #ifdef LOCAL freopen("E:\\c\\input1.txt","r",stdin); freopen("E:\\c\\output.txt","w",stdout); #endif int x,y,z,i,j=0; while(scanf("%d%d%d",&x,&y,&z)==3) { for(i=10;i<=100;i++) { if(i%3==x 阅读全文
posted @ 2011-10-11 10:30
csushin
阅读(125)
评论(0)
推荐(0)
浙公网安备 33010602011771号