7772022-01-10 16:32:28MKBTom és Jerry 3cpp14Wrong answer 0/50115ms21552 KiB
// tom.cpp : This file contains the 'main' function. Program execution begins and ends there.
//

#include <iostream>

using namespace std;

int main()
{
    int t;
    cin >> t;
	while (t--)
	{
		int n, m, e, k;
		cin >> n >> m >> e >> k;
		int a, b;
		for (int i = 0; i < n - 1; i++)
		{
			cin >> a >> b;
		}
		cout << "NEM\n";
	}
}
/*
3
4 1 3 1
1 2
1 3
3 4
5 2 5 1
1 2
1 3
3 4
4 5
4 4 2 2
1 4
1 2
1 3

*/
SubtaskSumTestVerdictTimeMemory
base0/50
1Wrong answer0/02ms1868 KiB
2Wrong answer0/01ms1896 KiB
3Wrong answer0/51ms1960 KiB
4Wrong answer0/12ms1960 KiB
5Wrong answer0/12ms1976 KiB
6Wrong answer0/12ms1988 KiB
7Wrong answer0/12ms2000 KiB
8Wrong answer0/12ms2008 KiB
9Wrong answer0/12ms2024 KiB
10Wrong answer0/12ms2040 KiB
11Wrong answer0/22ms2044 KiB
12Wrong answer0/22ms2060 KiB
13Wrong answer0/12ms2068 KiB
14Wrong answer0/2112ms4120 KiB
15Wrong answer0/2103ms6112 KiB
16Wrong answer0/2115ms8160 KiB
17Wrong answer0/2104ms10160 KiB
18Wrong answer0/2115ms12260 KiB
19Wrong answer0/2109ms14388 KiB
20Wrong answer0/268ms15768 KiB
21Wrong answer0/2104ms17716 KiB
22Wrong answer0/2101ms19628 KiB
23Wrong answer0/3101ms21420 KiB
24Wrong answer0/2109ms21548 KiB
25Wrong answer0/3111ms21548 KiB
26Wrong answer0/2108ms21548 KiB
27Wrong answer0/2100ms21552 KiB
28Wrong answer0/397ms21548 KiB