| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 147881 | 张蔚林 | 05买水果 | C++ | Compile Error | 0 MS | 0 KB | 173 | 2026-02-08 21:40:15 |
#include<iostream> stdio>using namespace std; int main() { int a=5,b=8,c=12,d=39; printf("%.3lf",(a+b+c)*1.0/3); printf("%d %d",d/a,d%a); return 0; }
Main.cc:2:1: error: 'stdio' does not name a type stdio>using namespace std; ^