6524 倒序输出(电子学会等级考试)

#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
const int N = 1e3+10,inf = 0x3f3f3f3f;

int main()
{
    int a,b,c,d;
    cin >> a >> b >> c >> d;
    printf("%d %d %d %d",d,c,b,a);
    return 0;
}

 

posted @ 2024-07-03 16:05  CRt0729  阅读(32)  评论(0编辑  收藏  举报