Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
58007 太阳系地球中国江苏南通czq 照样子输入输出 C++ 通过 100 0 MS 252 KB 169 2022-08-09 15:10:45

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<"wo chu sheng zai "<<a<<","<<b<<" yue,wo "<<c<<" sui le."; return 0; }


测评信息: