/ Randle /

记录详情

Compile Error

/in/foo.cc:5:5: error: ISO C++ forbids declaration of 'dd' with no type [-fpermissive]
  dd() {
     ^
/in/foo.cc: In member function 'int DD::dd()':
/in/foo.cc:7:2: warning: no return statement in function returning non-void [-Wreturn-type]
  }
  ^

代码

#include<bits/stdc++.h>
struct DD
{
	int a;
	dd() {
		a=0;
	}
}dd[100];
int main()
{ 

    return 0;
}

信息

递交者
类型
递交
题目
幸运数 T3
题目数据
下载
语言
C++
递交时间
2017-09-22 20:07:34
评测时间
2017-09-22 20:07:34
评测机
分数
0
总耗时
1465ms
峰值内存
133.262 MiB