#include <bits/stdc++.h>
#define fast cin.tie(0)->sync_with_stdio(0);
#define int long long
#define inf ((int)1e18)
#define N 100005
using namespace std;
bool vis[N];
int way[N];
vector <vector<int> > adj(N);
int32_t main(){
fast
int k;
cin>>k;
if(k <= 0) {
cout<<2<<" "<<0<<"\n";
return 0;
}
if(k < 0) {
}
else {
cout<<k + 2<<" "<<k * 2<<"\n";
for(int i = 0; i < k; i++) {
cout<<1<<" "<<i + 2<<"\n";
}
for(int i = 0; i < k; i++) {
cout<<i + 2<<" "<<k + 2<<"\n";
}
}
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
2648 KB |
Wrong answer. |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
2648 KB |
Wrong answer. |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
2648 KB |
Wrong answer. |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
2648 KB |
Wrong answer. |
2 |
Halted |
0 ms |
0 KB |
- |