Submission #845726

# Submission time Handle Problem Language Result Execution time Memory
845726 2023-09-06T15:06:52 Z vjudge1 Konstrukcija (COCI20_konstrukcija) C++17
15 / 110
2 ms 348 KB
#include <bits/stdc++.h>
using namespace std;
void solve(){
	int k;cin >> k;
	cout << k+3 << " " << 2*k + 2 << endl;
	for(int i = 2;i<(k+3);i++)cout << 1 << " " << i << endl;
	for(int i= 2;i<(k+3);i++)cout << i << " " << k+3 << endl;
}
signed main(){
	ios_base::sync_with_stdio(0);cin.tie(0);
	int testcase = 1;//cin >> testcase;
	while(testcase--)solve();
}
# Verdict Execution time Memory Grader output
1 Correct 2 ms 344 KB Correct.
2 Correct 1 ms 348 KB Correct.
3 Correct 1 ms 344 KB Correct.
4 Correct 1 ms 344 KB Correct.
5 Correct 1 ms 348 KB Correct.
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 348 KB Integer parameter [name=N] equals to -33, violates the range [1, 1000]
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Correct 2 ms 344 KB Correct.
2 Correct 1 ms 348 KB Correct.
3 Correct 1 ms 344 KB Correct.
4 Correct 1 ms 344 KB Correct.
5 Correct 1 ms 348 KB Correct.
6 Incorrect 1 ms 348 KB Integer parameter [name=N] equals to -33, violates the range [1, 1000]
7 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Correct 2 ms 344 KB Correct.
2 Correct 1 ms 348 KB Correct.
3 Correct 1 ms 344 KB Correct.
4 Correct 1 ms 344 KB Correct.
5 Correct 1 ms 348 KB Correct.
6 Incorrect 1 ms 348 KB Integer parameter [name=N] equals to -33, violates the range [1, 1000]
7 Halted 0 ms 0 KB -