码迷,mamicode.com
首页 > 其他好文 > 详细

7-6 简单题

时间:2020-02-03 09:25:54      阅读:68      评论:0      收藏:0      [点我收藏+]

标签:class   turn   nbsp   name   pre   题解   直接   strong   include   

技术图片

 

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

#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;
}

  

7-6 简单题

标签:class   turn   nbsp   name   pre   题解   直接   strong   include   

原文地址:https://www.cnblogs.com/Edviv/p/12254396.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!