/ Vijos /

记录详情

Compile Error

/in/Main.java:5: error: class PerfectMatching is public, should be declared in a file named PerfectMatching.java
public class PerfectMatching {
       ^
/in/Main.java:50: error: cannot find symbol
            Arrays.fill(visited, false);
            ^
  symbol:   variable Arrays
  location: class PerfectMatching
/in/Main.java:78: error: cannot find symbol
            Arrays.fill(visited, false);
            ^
  symbol:   variable Arrays
  location: class PerfectMatching
3 errors

信息

递交者
类型
递交
题目
P1858 匹配
语言
Java
递交时间
2023-09-04 22:42:32
评测时间
2023-09-04 22:42:32
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes