Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:18: warning: too many arguments for format [-Wformat-extra-args]
    printf("-4d",i)
                  ^
/in/foo.cc:13:4: error: expected ';' before 'if'
    if(k%5==0)
    ^~

信息

递交者
类型
递交
题目
P1042 满足条件的3位数
语言
C++
递交时间
2021-12-11 09:29:04
评测时间
2021-12-11 09:29:04
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes