Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
103616 | 胡盛哲 | 年龄问题 | C++ | Wrong Answer | 1 MS | 264 KB | 119 | 2024-12-29 14:33:13 |
#include<bits/stdc++.h> using namespace std; int main(){ cout <<10<< " " <<12<< " " <<14<< " " <<16<< " " <<18; }
------Input------
0
------Answer-----
18
------Your output-----
10 12 14 16 18