记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:23: warning: too many arguments for format [-Wformat-extra-args]
  scanf("%d%d",&a,&b,&d);
                       ^
/in/foo.cc:7:4: error: unable to find numeric literal operator 'operator""d'
  c=5d*a+d;
    ^~
/in/foo.cc:7:4: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes

信息

递交者
类型
递交
题目
大哲买铅笔
语言
C++
递交时间
2019-03-12 12:58:38
评测时间
2019-03-12 12:58:38
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes