记录详情

Compile Error

/in/Main.java:28: error: no suitable method found for printf(int)
			System.out.printf(i);
			          ^
    method PrintStream.printf(String,Object...) is not applicable
      (argument mismatch; int cannot be converted to String)
    method PrintStream.printf(Locale,String,Object...) is not applicable
      (argument mismatch; int cannot be converted to Locale)
1 error

信息

递交者
类型
递交
题目
P1045 校内寻宝
语言
Java
递交时间
2024-06-17 16:14:13
评测时间
2024-06-17 16:14:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes