7762022-01-10 16:31:04MKBTom és Jerry 3cpp14Wrong answer 2/50122ms31768 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 << "IGEN\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
base2/50
1Wrong answer0/02ms1868 KiB
2Wrong answer0/01ms1908 KiB
3Wrong answer0/51ms1972 KiB
4Accepted1/12ms1976 KiB
5Wrong answer0/12ms1988 KiB
6Wrong answer0/12ms2008 KiB
7Wrong answer0/12ms2016 KiB
8Accepted1/13ms2032 KiB
9Wrong answer0/12ms2040 KiB
10Wrong answer0/12ms2060 KiB
11Wrong answer0/22ms2068 KiB
12Wrong answer0/22ms2076 KiB
13Wrong answer0/12ms2096 KiB
14Wrong answer0/2111ms4148 KiB
15Wrong answer0/2104ms6152 KiB
16Wrong answer0/2114ms8204 KiB
17Wrong answer0/296ms10204 KiB
18Wrong answer0/2122ms12312 KiB
19Wrong answer0/2109ms14448 KiB
20Wrong answer0/270ms15820 KiB
21Wrong answer0/2100ms17660 KiB
22Wrong answer0/2103ms19700 KiB
23Wrong answer0/397ms21620 KiB
24Wrong answer0/2108ms23716 KiB
25Wrong answer0/3118ms25860 KiB
26Wrong answer0/2103ms27872 KiB
27Wrong answer0/2101ms29728 KiB
28Wrong answer0/3104ms31768 KiB