QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#593410#5522. F*** 3-Colorable Graphsucup-team3950WA 1ms5972kbC++141.2kb2024-09-27 13:53:482024-09-27 13:53:49

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 5972kb

input:

2 4
1 3
1 4
2 3
2 4

output:

3

result:

wrong answer 1st numbers differ - expected: '2', found: '3'