摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 374 6 #define N2 465 7 int main() 8 { 9 int number; 10 int i 阅读全文
posted @ 2023-10-25 19:52 铭懿 阅读(11) 评论(0) 推荐(0)
摘要: #include<stdio.h> int main(){ char n; while (scanf_s("%c", &n) != EOF) { getchar(); if (n == 'y') { printf("wait a minute\n"); } else if (n == 'g') { 阅读全文
posted @ 2023-10-25 19:49 铭懿 阅读(16) 评论(0) 推荐(0)