摘要: 1#include 2#include 3#define MINVALUE 1e-004 4using namespace std; 5 6float num[24][4]; 7int opetator[4] = {0,1,2,3}; 8int op[200][5]; 9float cmp1[4]={0}; 10 11void intit(float... 阅读全文
posted @ 2007-08-23 11:21 yg 阅读(318) 评论(0) 推荐(0) 编辑