Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
11544 未命名(之人) 【入门】苹果和虫子 C++ 解答错误 0 MS 240 KB 114 2022-10-06 10:11:26

Tests(0/20):


#include "bits/stdc++.h" using namespace std; int main(){ int n; cin>>n; cout<<n%10<<n/10%10<<n/100%10; }


测评信息: