摘要:
提交代码: 1 #include <stdio.h> 2 3 //定义常量 宏定义(宏替换) 4 #define maxn 100010 5 6 int school[maxn]={0}; 7 8 int main(){ 9 10 int n,schID,score; 11 scanf("%d",& 阅读全文
posted @ 2019-07-05 14:47
kkkshiki
阅读(182)
评论(0)
推荐(0)
浙公网安备 33010602011771号