Submission #239861

# Submission time Handle Problem Language Result Execution time Memory
239861 2020-06-17T12:21:24 Z MrRobot_28 Vrtić (COCI18_vrtic) C++17
0 / 160
5 ms 384 KB
#include <bits/stdc++.h>
                  
using namespace std;

signed main(){
	ios_base::sync_with_stdio(false);
	cin.tie(NULL);
	cout.tie(NULL);
	int n;
	cin >> n;
	vector <int> p(n), c(n);
	for(int i = 0; i < n; i++)
	{
		cin >> p[i];
	}
	for(int i = 0; i < n; i++)
	{
		cin >> c[i];
	}
	sort(c.begin(), c.end());
	for(int i = 0; i < n; i++)
	{
		cout << c[i] << " ";
	}
	return 0;
}	
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 384 KB Unexpected end of file - int32 expected
# Verdict Execution time Memory Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
# Verdict Execution time Memory Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 384 KB Unexpected end of file - int32 expected
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 384 KB Unexpected end of file - int32 expected
# Verdict Execution time Memory Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 5 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -