标签: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; }
标签:class turn nbsp name pre 题解 直接 strong include
原文地址:https://www.cnblogs.com/Edviv/p/12254396.html