上一页 1 ··· 30 31 32 33 34
摘要: https://vjudge.net/contest/227956#problem/A https://vjudge.net/contest/227956#problem/B https://vjudge.net/contest/227956#problem/E 阅读全文
posted @ 2018-05-27 20:11 执||念 阅读(143) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #define pi 3.14159265 using namespace std; int main() { char format[10]={0}; int t; cin>>t; while(t--) { long long n,x; scanf("%lld%lld",&n,&x);//求n的Pi次方,并且输出小数点后x... 阅读全文
posted @ 2018-05-06 17:13 执||念 阅读(848) 评论(0) 推荐(0) 编辑
摘要: https://vjudge.net/contest/226480#problem/B 参考博客:https://blog.csdn.net/limhhhhh/article/details/50599551 https://vjudge.net/contest/226480#problem/A 参 阅读全文
posted @ 2018-05-04 19:36 执||念 阅读(182) 评论(0) 推荐(0) 编辑
摘要: https://vjudge.net/problem/LightOJ-1030 #include<iostream>#include<stdio.h>#include<cstring>using namespace std;int main(){ int t; cin>>t; int a[110]; 阅读全文
posted @ 2018-04-22 15:17 执||念 阅读(179) 评论(0) 推荐(0) 编辑
上一页 1 ··· 30 31 32 33 34