Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
8284 赖梓乐 14慈善募捐 C++ Compile Error 0 MS 0 KB 488 2025-06-28 17:37:47

Tests(0/0):


Code:

#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(){ int i=1; double b,a=0; for(;i<=1000;i++){ cin>>b; a=b+a; if(a>=100000){ break; } } cout<<i; printf("%.2lf",a/i); return 0; }


Run Info:

mount: mount /usr on /home/judge/jnoj/judge/run/0/usr failed: No space left on device