记录详情

Compile Error

foo.c:2:1: error: unknown type name 'using'
    2 | using namespace std;
      | ^~~~~
foo.c:2:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std'
    2 | using namespace std;
      |                 ^~~
foo.c: In function 'main':
foo.c:5:9: error: array size missing in 'x'
    5 |     int x[];
      |         ^
foo.c:6:9: warning: unused variable 'm' [-Wunused-variable]
    6 |  int  n,m;
      |         ^
foo.c:6:7: warning: unused variable 'n' [-Wunused-variable]
    6 |  int  n,m;
      |       ^
foo.c:5:9: warning: unused variable 'x' [-Wunused-variable]
    5 |     int x[];
      |         ^
foo.c: At top level:
foo.c:9:1: error: expected identifier or '(' before 'return'
    9 | return 0;
      | ^~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
6-1 和为定值的数对
比赛
2022暑期青少年社团(训练赛)
语言
C
递交时间
2022-08-07 20:55:57
评测时间
2022-08-07 20:55:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes