7-6 简单题
Posted edviv
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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."<<‘ ‘; return 0; }
以上是关于7-6 简单题的主要内容,如果未能解决你的问题,请参考以下文章
Python练习册 第 0013 题: 用 Python 写一个爬图片的程序,爬 这个链接里的日本妹子图片 :-),(http://tieba.baidu.com/p/2166231880)(代码片段