记录详情

Compile Error

foo.c:2:1: error: unknown type name 'using'
 using namespace std;
 ^~~~~
foo.c:2:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std'
 using namespace std;
                 ^~~
foo.c: In function 'main':
foo.c:7:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&k);
  ^~~~~~~~~~~~~~

信息

递交者
类型
递交
题目
P1031 s-0-2班级活动之分苹果
语言
C
递交时间
2020-12-01 11:10:49
评测时间
2020-12-01 11:10:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes