摘要:
#include<iostream> using namespace std; int main(){ int a,b,c,d; scanf("%d%d%d%d",&a,&b,&c,&d); printf("5*(5-(1/5))\n"); return 0; } 阅读全文
posted @ 2021-12-05 13:54
智人心
阅读(19)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cstring> using namespace std; int data[105][205],a[3],len[105]; void Plus(int i){ int k,l; for(k=i-3;k<i;k++){ for(l=0;l<l 阅读全文
posted @ 2021-12-05 13:52
智人心
阅读(23)
评论(0)
推荐(0)
摘要:
#include<iostream> using namespace std; int main(){ int a,b,c,d,fenmu,fenzi; char opt; while(scanf("%d/%d%c%d/%d",&a,&b,&opt,&c,&d)==5){ fenmu = b*d; 阅读全文
posted @ 2021-12-05 13:11
智人心
阅读(31)
评论(0)
推荐(0)

浙公网安备 33010602011771号