题解 | KY109

Zero-complexity Transposition

https://www.nowcoder.com/practice/c54775799f634c72b447ef31eb36e975?tpId=40&tqId=21440&rp=1&ru=/ta/kaoyan&qru=/ta/kaoyan&difficulty=2&judgeStatus=3&tags=/question-ranking

#include <iostream>
using namespace std;
#define N 10000
struct s{
	string str;
};
int main(){
	int n;
	while(cin >>n){
		int i;
		struct s st[N];
		for (i = 0; i <n;i++){
			cin >> st[i].str;
		}
		for (i = n-1; i >=0;i--){
			cout <<st[i].str<<" ";
		}
	}
	
}

全部评论

相关推荐

星期一的大老师:项目描述 和 技术栈单开一栏;八股文:算法与数据结构,计算机网络一定要写,操作系统不了解可以不写;Linux命令,Git,Docker基础命令和基本使用一定要写,要有实际使用场景的解决经验;项目的八股文上:redis 解决 缓存雪崩,缓存击穿,缓存穿透的解决方案,一个问题的不同方案可以一起用,不需要重复在两个项目写。第二个项目换一个。小厂可以投一投
投了多少份简历才上岸
点赞 评论 收藏
分享
09-30 14:33
Python
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务