摘要:
#include <iostream>#include <algorithm>#include <cstdio>using namespace std;int a[109];int b[109];int main(){ int n,i,s=0,t,c=0; scanf("%d",&n); for(i 阅读全文
posted @ 2018-11-18 19:00
EchoZQN
阅读(90)
评论(0)
推荐(0)
摘要:
法一,数字太大,可能通过不了 #include <iostream>#include <algorithm>#include <cstdio>using namespace std;int a[30010]; int main(){ int i,n,m,t=0; scanf("%d%d",&n,&m 阅读全文
posted @ 2018-11-18 16:31
EchoZQN
阅读(129)
评论(0)
推荐(0)

浙公网安备 33010602011771号