Alice-my-daughter

导航

2024年1月15日 #

【C系列综合1】游戏达人I

摘要: #include<stdio.h>#include<stdlib.h>#include<math.h>typedef struct a { int time[1000]; int joy[1000];}fin;int main(){ int N, T, n; fin x; int all; int 阅读全文

posted @ 2024-01-15 21:24 欸嘿嘿嘿嘿 阅读(11) 评论(0) 推荐(0) 编辑