답안 #1003610

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
1003610 2024-06-20T13:55:50 Z leanchec MalnaRISC (COI21_malnarisc) C++17
0 / 100
1 ms 348 KB
#include<bits/stdc++.h>
using namespace std;

string a="CMPSWP ";

int main(){
	ios_base::sync_with_stdio(0); cin.tie(0);
	int n;
	cin >> n;

	for(int i=0; i<n-1; i++){
		if(i&1){
			for(int j=2; j+1<=n; j+=2)
				cout << a << "R" << j << " R" << j+1 << ' ';
		}
		else{
			for(int j=1; j+1<=n; j+=2){
				cout << a << "R" << j << " R" << j+1 << ' ';
			}
		}
		cout << endl;
	}
	return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 348 KB Expected integer, but "CMPSWP" found
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 348 KB Expected integer, but "CMPSWP" found
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 348 KB Expected integer, but "CMPSWP" found
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 348 KB Expected integer, but "CMPSWP" found
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 348 KB Expected integer, but "CMPSWP" found
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 348 KB Expected integer, but "CMPSWP" found
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 348 KB Expected integer, but "CMPSWP" found
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 348 KB Expected integer, but "CMPSWP" found
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 348 KB Expected integer, but "CMPSWP" found
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 348 KB Expected integer, but "CMPSWP" found
2 Halted 0 ms 0 KB -