简单题

题源

团体程序设计天梯赛

题解

#include<iostream>
using namespace std;
int main(){
    cout << "This is a simple problem." <<endl;
    return 0;
}
posted @ 2021-04-23 13:04  summeriver13  阅读(17)  评论(0)    收藏  举报