Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
87802 |
汤奕硕 |
狐狸吃兔子 |
C++ |
Wrong Answer |
0 MS |
264 KB |
88 |
2024-08-14 20:54:21 |
Tests(0/1):
Code:
#include <iostream>
using namespace std;
int main()
{
cout<<7;
return 0;
}
Run Info:
------Input------
0
------Answer-----
2 4 7 9
------Your output-----
7