Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|---|
58007 | 太阳系地球中国江苏南通czq | 照样子输入输出 | C++ | Accepted | 100 | 0 MS | 252 KB | 169 | 2022-08-09 15:10:45 |
#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; }