Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
14269 chibubao 逆序输出三个数字 C++ Accepted 0 MS 244 KB 123 2023-04-12 13:19:12

Tests(1/1):


#include<iostream> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; cout<<c<<" "<<b<<" "<<a; }


Judgement Protocol: