不是明天就CSP复赛了吗,突然有个问题
#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; if(n == 输入样例1) { cout<<输出样例1; } 后面还有样例也用这个格式 return 0; }