摘要:
#include <stdio.h> #include <string.h> #include <math.h> int main() { int n,i,j,k; int e; char num[10][100001]; int sum[10]={0}; int mon[100001]; int 阅读全文
摘要:
//小学生口算题卡系统(不能为负数和小数,小小学生还不知道)import java.util.Scanner; public class SwitchFor { public static void main(String[] args) { // TODO Auto-generated metho 阅读全文
摘要:
#include <stdio.h> #include <stdlib.h> #include <string.h> #define M 10 #define N 10 //typedef int ElemType; typedef struct PosType{ int x;//行号 int y; 阅读全文
摘要:
import java.util.Scanner; public class JinZhi { public static void main(String[] args) { // TODO Auto-generated method stub int n,m,a = 0; int t; int 阅读全文