/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:16:14: error: 'n' was not declared in this scope
  printf("%d",n);
              ^
foo.cc:16:14: note: suggested alternative: 'na'
  printf("%d",n);
              ^
              na
foo.cc:6:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&k);
  ~~~~~^~~~~~~~~

信息

递交者
类型
递交
题目
P1127 级数求和
语言
C++
递交时间
2020-11-11 12:46:34
评测时间
2020-11-11 12:46:34
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes