/ Vijos /

记录详情

Compile Error

/in/Main.java:23: error: no suitable method found for printf(int)
		System.out.printf(S);
		          ^
    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

信息

递交者
类型
递交
题目
P1848 记数问题
语言
Java
递交时间
2024-06-17 19:25:17
评测时间
2024-06-17 19:25:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes