记录详情

Compile Error

/in/foo.c:1:1: warning: data definition has no type or storage class
    1 | n = int(input())
      | ^
/in/foo.c:1:1: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int]
/in/foo.c:1:5: error: expected expression before 'int'
    1 | n = int(input())
      |     ^~~
/in/foo.c:5:7: error: invalid preprocessing directive #\U000067e5\U0000627e\U0000771f\U000056e0\U00005b50\U00005e76\U00006c42\U0000548c
    5 |     # 查找真因子并求和
      |       ^~~~~~~~~~~~~~~~
/in/foo.c:9:7: error: invalid preprocessing directive #\U000068c0\U000067e5\U0000662f\U00005426\U00004e3a\U00005b8c\U00006570
    9 |     # 检查是否为完数
      |       ^~~~~~~~~~~~~~

信息

递交者
类型
自测
语言
C
递交时间
2025-03-30 14:59:12
评测时间
2025-03-30 14:59:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes