Codeforces Round #372 (Div. 2), problem: (A) Crazy Computer 水题

#include using namespace std; int n,c; int a[1000000]; int main() { cin>>n>>c; if(n==1) { cout<<1<>a[i]; } for(int i=0;i
posted @ 2016-09-18 15:39  TWhh  阅读(152)  评论(0)    收藏  举报