竞赛
考级
入门
通过率:0%
时间限制:10.00s
内存限制:512MB
不用脑子! 答案: #include <iostream> using namespace std; int main(){ cout<<"123"; return 0; }