Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
119823 | wjx10 | 财务管理 | C++ | Compile Error | 0 MS | 0 KB | 168 | 2025-05-19 20:16:44 |
#include<iostream> using namespace std; int main() { int a,b=0; for(int i=1;i<=12;i++) { cin>>a; b+=a; } cout<<$<<b/12;
Main.cc: In function 'int main()': Main.cc:11:11: error: '$' was not declared in this scope cout<<$<