题解 | #倒序#

倒序

https://ac.nowcoder.com/acm/problem/21993

#include<cstdio>
int main() {
  int a,b,c;
  scanf("%d%d%d",&a,&b,&c);
  printf("%d %d %d",c,b,a);
}
题解 文章被收录于专栏

https://ayx.moefox.tech/

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

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