当前位置:网站首页>L1-026 I love gplt (5 points)
L1-026 I love gplt (5 points)
2022-07-04 07:29:00 【Inter personal liabilities^】
L1-026 I Love GPLT (5 branch )
This super simple problem doesn't have any input .
All you have to do is say this very important sentence —— “I Love GPLT”—— Vertical output is OK .
So-called “ Vertical output ”, It's one line per character ( Including Spaces ), That is, each line can only have 1 Two characters and carriage return .
sample input :
nothing
sample output :
I
L
o
v
e
G
P
L
T
AC Code
#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()
{
string a = "I Love GPLT";
for(int i = 0; i < a.size(); i ++ )
cout << a[i] << endl;
return 0;
}
边栏推荐
- Introduction to spark core components
- Adaptive spatiotemporal fusion of multi-target networks for compressed video perception enhancement
- 2022 - 021arts: début du deuxième semestre
- 手写简易版flexible.js以及源码分析
- Literature collation and thesis reading methods
- It's healthy to drink medicinal wine like this. Are you drinking it right
- [Valentine's day] - you can change your love and write down your lover's name
- [network security] what is emergency response? What indicators should you pay attention to in emergency response?
- [MySQL transaction]
- Zephyr study notes 2, scheduling
猜你喜欢

Chain ide -- the infrastructure of the metauniverse

Amd RX 7000 Series graphics card product line exposure: two generations of core and process mix and match

时序数据库 InfluxDB 2.2 初探

University stage summary

Redis - detailed explanation of cache avalanche, cache penetration and cache breakdown

果果带你写链表,小学生看了都说好

Technical experts from large factories: common thinking models in architecture design

Experience installing VMware esxi 6.7 under VMware Workstation 16

用于压缩视频感知增强的多目标网络自适应时空融合

Two years ago, the United States was reluctant to sell chips, but now there are mountains of chips begging China for help
随机推荐
University stage summary
Chain ide -- the infrastructure of the metauniverse
Pangu open source: multi support and promotion, the wave of chip industry
Knowledge payment applet dream vending machine V2
Xcode 14之大变化详细介绍
The difference between synchronized and lock
This article is enough for learning advanced mysql
Directory of tornado
[Chongqing Guangdong education] National Open University spring 2019 770 real estate appraisal reference questions
[Flink] temporal semantics and watermark
What is the use of cloud redis? How to use cloud redis?
大学阶段总结
Solution of running crash caused by node error
Flink memory model, network buffer, memory tuning, troubleshooting
Zabbix agent主动模式的实现
Computer connects raspberry pie remotely through putty
Comparison between applet framework and platform compilation
com. alibaba. nacos. api. exception. NacosException
电子协会 C语言 1级 34 、分段函数
Zephyr study notes 2, scheduling