记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:27:11: error: a function-definition is not allowed here before '{' token
 int main(){
           ^
foo.cc:61:1: error: expected '}' at end of input
 }
 ^
foo.cc:6:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:8:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&num[i]);
   ~~~~~^~~~~~~~~~~~~~
foo.cc:11:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&opt[j]);
   ~~~~~^~~~~~~~~~~~~~
foo.cc:13:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d%d%d",&l[j],&r[j],&v[j]);
    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:19:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d%d",&l[j],&r[j]);
    ~~~~~^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1003 假的线段树
语言
C++
递交时间
2021-10-04 16:13:55
评测时间
2021-10-04 16:13:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes