Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
103616 胡盛哲 年龄问题 C++ Wrong Answer 1 MS 264 KB 119 2024-12-29 14:33:13

Tests(0/1):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ cout <<10<< " " <<12<< " " <<14<< " " <<16<< " " <<18; }


Run Info:

------Input------
0
------Answer-----
18
------Your output-----
10 12 14 16 18