QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#796657#7604. Find the VertexCookie_CreammWA 0ms3644kbC++23237b2024-12-01 23:12:182024-12-01 23:12:18

Judging History

你现在查看的是最新测评结果

  • [2024-12-01 23:12:18]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3644kb
  • [2024-12-01 23:12:18]
  • 提交

answer

#include<bits/stdc++.h>
void solve(){   
    
    
    
}
 
signed main(){
    //ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
   
    
    int tt; tt = 1;
    while(tt--){
        solve();
    }
    return(0);
}

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3644kb

input:

5 6
1 0 1 1 2
5 4
1 2
3 2
3 4
4 2
1 5

output:


result:

wrong answer Answer contains longer sequence [length = 1], but output contains 0 elements