/ JoyAc /

记录详情

Compile Error

./Main.java:8: error: bad operand types for binary operator '=='
		if(s<=0 || n==0) System.out.println(n);
		            ^
  first type:  String
  second type: int
./Main.java:9: error: incompatible types: String cannot be converted to int
		else System.out.println(getans(n,s));
		                               ^
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
2 errors
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1086 删数问题
语言
Java
递交时间
2023-08-04 18:04:08
评测时间
2023-08-04 18:04:08
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes