2021年3月28日
摘要: 任务1 #include<stdio.h> int main(){ int num; scanf("%d",&num); printf("2049%04d\n",num); scanf("%d",&num); printf("2049%04d\n",num); scanf("%d",&num); p 阅读全文
posted @ 2021-03-28 13:08 Mrfixer 阅读(94) 评论(3) 推荐(0)