当前位置:网站首页>L1-021 important words three times (5 points)
L1-021 important words three times (5 points)
2022-07-04 07:29:00 【Inter personal liabilities^】
L1-021 Say the important thing three times (5 branch )
This super simple problem doesn't have any input .
All you have to do is say this very important sentence —— “I’m gonna WIN!”—— Output three times in a row .
Notice that each row is occupied , You cannot have any extra characters except for the carriage return on each line .
sample input :
nothing
sample output :
I'm gonna WIN!
I'm gonna WIN!
I'm gonna WIN!
#include<iostream>
#include<algorithm>
#include<cstring>
#include<cmath>
#include<vector>
#include<stack>
#include<queue>
#include<sstream>
using namespace std;
typedef long long ll;
const int N=100010;
int main()
{
int n = 3;
while(n -- ) cout << "I'm gonna WIN!" << endl;
return 0;
}
边栏推荐
- MySQL中的文本處理函數整理,收藏速查
- Splicing plain text into JSON strings - easy language method
- Pangu open source: multi support and promotion, the wave of chip industry
- tornado项目之路由装饰器
- One of the general document service practice series
- Introduction to deep learning Ann neural network parameter optimization problem (SGD, momentum, adagrad, rmsprop, Adam)
- [FreeRTOS] FreeRTOS learning notes (7) - handwritten FreeRTOS two-way linked list / source code analysis
- 节点基础~节点操作
- Introduction to sap commerce cloud B2B organization function
- Paddleocr prompt error: can not import AVX core while this file exists: xxx\paddle\fluid\core_ avx
猜你喜欢
Write a thread pool by hand, and take you to learn the implementation principle of ThreadPoolExecutor thread pool
Campus network problems
The idea of implementing charts chart view in all swiftui versions (1.0-4.0) was born
果果带你写链表,小学生看了都说好
[C language] open the door of C
Unity opens the explorer from the inspector interface, selects and records the file path
Redis - detailed explanation of cache avalanche, cache penetration and cache breakdown
The frost peel off the purple dragon scale, and the xiariba people will talk about database SQL optimization and the principle of indexing (primary / secondary / clustered / non clustered)
Go learning notes - constants
Solution of running crash caused by node error
随机推荐
Bottom problem of figure
Solution of running crash caused by node error
Node foundation ~ node operation
用于压缩视频感知增强的多目标网络自适应时空融合
Used on windows Bat file startup project
Amd RX 7000 Series graphics card product line exposure: two generations of core and process mix and match
MySQL中的文本处理函数整理,收藏速查
University stage summary
Two years ago, the United States was reluctant to sell chips, but now there are mountains of chips begging China for help
电子协会 C语言 1级 34 、分段函数
电脑通过Putty远程连接树莓派
人生规划(Flag)
Guoguo took you to write a linked list, and the primary school students said it was good after reading it
Zephyr Learning note 2, Scheduling
Vulhub vulnerability recurrence 76_ XXL-JOB
What is industrial computer encryption and how to do it
Oceanbase is the leader in the magic quadrant of China's database in 2021
MySQL中的文本處理函數整理,收藏速查
tornado之目录
User login function: simple but difficult