摘要:
#include<iostream> #include<cmath> using namespace std; #define PI 3.14159265 int main(){ double t,R,r,s; int n,cnt; scanf("%d",&n); for(cnt=1;cnt<=n; 阅读全文
posted @ 2021-11-15 17:01
智人心
阅读(29)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cstring> using namespace std; int main(){ int i,j,len; char data[1005]; while(gets(data)){ len = strlen(data); for(i=0;i<l 阅读全文
posted @ 2021-11-15 13:46
智人心
阅读(27)
评论(0)
推荐(0)

浙公网安备 33010602011771号