Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
328820 黄浙峰老师 【C1-5】交换两位数 C++ Accepted 100 2 MS 240 KB 119 2025-07-07 15:35:06

Tests(2/2):


#include<iostream> using namespace std; int main(){ int n; cin>>n; cout<<n%10<<n/10; return 0; }


Judgement Protocol: