7-6 简单题

 

 题解:签到题,直接输出题干要求。

#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
int main()
{
    std::ios::sync_with_stdio(false);
    cin.tie(0);
    std::cout<<"This is a simple problem."<<'\n';
    return 0;
}

  

posted @ 2020-02-03 00:27  留幸愉  阅读(127)  评论(0编辑  收藏  举报