답안 #202583

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
202583 2020-02-17T07:51:31 Z detaomega Sob (COCI19_sob) C++14
0 / 110
77 ms 376 KB
#include <bits/stdc++.h>
using namespace std;
#define X first
#define Y second
#define rep(i,a,b) for(int i=a;i<=b;i++)
#define IOS ios::sync_with_stdio(0);cin.tie(0);
#define de(x,y) cout<<#x<<" :"<<x<<y;
#define int long long
#define SZ(xx) ((int)xx.size())
#define lowbit(xx) (xx&(-xx))
#define pb push_back
typedef pair<int,int> pii;

const int maxn = 4e5+5;



main() {
	IOS
	int n, m;
	cin >> n >> m;
	for(int i=0; i<n; i++) {
		for(int j=n; j<m+n; j++) {
			if((i and j) == i) {
				cout << i << " " << j << "\n"; 
				break;
			}
		}
	}




}

Compilation message

sob.cpp:18:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main() {
      ^
# 결과 실행 시간 메모리 Grader output
1 Incorrect 77 ms 376 KB Integer parameter [name=y] equals to 128, violates the range [724385, 724512]
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 18 ms 248 KB Integer parameter [name=y] equals to 3377, violates the range [4815, 8191]
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 376 KB Integer parameter [name=y] equals to 12, violates the range [178, 189]
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 77 ms 376 KB Integer parameter [name=y] equals to 128, violates the range [724385, 724512]
2 Halted 0 ms 0 KB -