Submission #932820

# Submission time Handle Problem Language Result Execution time Memory
932820 2024-02-24T09:39:55 Z ishat_jha Best Place (NOI17_bestplace) C++17
0 / 100
137 ms 2220 KB
#include <bits/stdc++.h>
using namespace std;
#define ll long long int
#define ff first
#define ss second

void solvr()
{
	ll n;
	cin >> n;
	ll x, y;
	cin >> x >> y;
	ll a, b;
	cin >> a >> b;
	cout << x << y << endl;
}

int main()
{
	ios_base::sync_with_stdio(false);
	cin.tie(NULL);
	cout.tie(NULL);
	long long int t = 1;
	cin >> t;
	while(t--)
	{
		solvr();
	}
}
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 348 KB Expected integer, but "01000000000" found
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 2 ms 344 KB Expected integer, but "0357" found
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 131 ms 1360 KB Expected integer, but "093648166" found
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 348 KB Expected EOF
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 3 ms 348 KB Expected EOF
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 137 ms 2220 KB Expected EOF
2 Halted 0 ms 0 KB -