记录详情

Compile Error

foo.c:1:1: error: return type defaults to ‘int’ [-Wimplicit-int]
    1 | print(int(input))**2)
      | ^~~~~
foo.c: In function ‘print’:
foo.c:1:18: error: expected declaration specifiers before ‘*’ token
    1 | print(int(input))**2)
      |                  ^
foo.c:2: warning: control reaches end of non-void function [-Wreturn-type]

信息

递交者
类型
自测
语言
C
递交时间
2025-05-14 17:07:18
评测时间
2025-05-14 17:07:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes