记录详情

Compile Error

foo.c:1:1: warning: data definition has no type or storage class
    1 | n = int(input('请输入n: '))
      | ^
foo.c:1:1: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int]
foo.c:1:5: error: expected expression before 'int'
    1 | n = int(input('请输入n: '))
      |     ^~~
foo.c:1:15: warning: character constant too long for its type
    1 | n = int(input('请输入n: '))
      |               ^~~~~~~~~~~
foo.c:5:19: error: empty character constant
    5 | print(1, 1, end = '')
      |                   ^~
foo.c:9:9: error: empty character constant
    9 |   print('', a + b, end = '')
      |         ^~
foo.c:9:26: error: empty character constant
    9 |   print('', a + b, end = '')
      |                          ^~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1489 C. 小季的密文
语言
C
递交时间
2023-09-09 21:21:26
评测时间
2023-09-09 21:21:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes