Run ID:147361
提交时间:2026-02-04 16:17:57
#include<bits/stdc++.h> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; cout<<c<<"-"<<a<<"-"<<b; }