BNUZ_2019_IT节_ACM_网络赛 题解

队友写的题解(无代码)c++ A.分不分spa #include<bits/stdc++.h> #define ll long long using namespace std; int main(){ int T,cas = 1,x; cin>>T; while(T--){ cin>>x; printf("Case #%d:\n",cas++); if(x%2==1){
相关文章
相关标签/搜索