Jeanny
寂兮,寥兮,独立不改,周行而不殆
摘要: 牛的旅行 #include<bits/stdc++.h> using namespace std; int read(){ int f=1,x=0; char c=getchar(); while(c<'0'||c>'9'){if(c=='-') f=-1; c=getchar();} while( 阅读全文
posted @ 2023-08-19 12:19 Jeanny 阅读(16) 评论(0) 推荐(0)