摘要: 有的时候没有什么毅力,也很浮躁,写题也写不出所以然 记录一些自己想出来的 1 #include <math.h> 2 #include <stdio.h> 3 int main() 4 { 5 int n; 6 char c; 7 scanf("%d %c", &n, &c); 8 int bott 阅读全文
posted @ 2020-07-10 22:53 zestwooki 阅读(112) 评论(0) 推荐(0)