摘要:
ac 但写得就像坨答辩 过两天我自己都忘了这些变量用来干嘛的了 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 #include <math.h> 5 6 int main() 7 { 8 int num[1000 阅读全文
posted @ 2023-03-18 20:26
雨中白发人
阅读(14)
评论(0)
推荐(0)
摘要:
1 #include <stdio.h> 2 3 int main(){ 4 int c1,c2; 5 scanf("%d%d",&c1,&c2); 6 int ans = c2-c1; 7 8 if(ans%100>=50){ 9 ans=ans/100+1; 10 }else{ 11 ans = 阅读全文
posted @ 2023-03-18 16:49
雨中白发人
阅读(18)
评论(0)
推荐(0)

浙公网安备 33010602011771号