记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:2: error: '__int64' was not declared in this scope
  __int64 m;
  ^~~~~~~
/in/foo.cc:12:2: note: suggested alternative: '__int64_t'
  __int64 m;
  ^~~~~~~
  __int64_t
/in/foo.cc:13:6: error: 'log10' was not declared in this scope
  p=n*log10(n+0.);
      ^~~~~
/in/foo.cc:14:2: error: 'm' was not declared in this scope
  m=(__int64)p;
  ^
/in/foo.cc:11:11: warning: unused variable 'a' [-Wunused-variable]
  double p,a;
           ^

信息

递交者
类型
递交
题目
偷拍硕哥6
比赛
小兰赛 2018/12/9
语言
C++
递交时间
2018-12-09 11:11:25
评测时间
2018-12-09 11:11:25
评测机
分数
0
总耗时
245ms
峰值内存
29.438 MiB