U31280.简简单单!

入门

通过率:0%

时间限制:10.00s

内存限制:512MB

题目描述

不用脑子!
答案:
#include <iostream>
using namespace std;
int main(){
cout<<"123";
return 0;
}

首页