记录详情

Compile Error

/in/foo.cc:2:11: error: '::main' must return 'int'
 void main() 
           ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:5:24: warning: unused variable 'temp2' [-Wunused-variable]
 float a[5],avg,temp1=0,temp2=0,fc; 
                        ^~~~~
/in/foo.cc:5:32: warning: unused variable 'fc' [-Wunused-variable]
 float a[5],avg,temp1=0,temp2=0,fc; 
                                ^~

信息

递交者
类型
递交
题目
计算平均分
比赛
第2学段末测验1
语言
C++
递交时间
2019-01-17 10:53:00
评测时间
2019-01-17 10:53:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes