Coding Change World

代码改变世界

2013年12月31日

PKU 1006

摘要: 数学问题吧,有兴趣的可以研究一下“中国剩余定理”// 1006.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include using namespace std;int main(int argc, char* argv[]){ int p=0,e=0,i=0,d=0; int a=23,b=28,c=33; int a1=0,b1=0,c1=0; for (int j=0;;j++) { if (a1!=0&&b1!=0&&c1!=0) { break; }... 阅读全文

posted @ 2013-12-31 19:20 alphaxz 阅读(161) 评论(0) 推荐(0)