| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 143424 | 李亭绪 | 18患病人数占总患病人数的比例 | C++ | Wrong Answer | 0 MS | 264 KB | 326 | 2026-01-14 19:02:13 |
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ cout<<"1 2 3 4 10 11 13 14 15 17 20 21 25 28 29"; return 0; }
------Input------
14 49 93 26 7 7 90 95 66 43 17 89 75 35 86
------Answer-----
21.43% 14.29% 14.29% 50.00%
------Your output-----
1 2 3 4 10 11 13 14 15 17 20 21 25 28 29