#include<bits/stdc++.h> using namespace std; int main(){ int n; while(cin>>n)assert(n<1000); }
直接RE。
《题目中出现的数字均小于1000》