摘要: #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); prin 阅读全文
posted @ 2021-03-29 21:46 Hollyview 阅读(87) 评论(2) 推荐(0)