답안 #173983

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
173983 2020-01-06T05:41:13 Z MrPlany Red-blue table (IZhO19_stones) C++17
0 / 100
94 ms 1372 KB
#include<bits/stdc++.h>

using namespace std;
void solve(void){
	int n,m;
	cin>>n>>m;
	for(int i=1;i<=n;i++){
		for(int j=1;j<=m;j++)
		cout<<"+";
		cout<<endl;
	}
	cout << endl;
}
int main(){
	
	int T;
	cin>>T;
	while(T--){
		solve();
	}
	return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 2 ms 376 KB Expected integer, but "+++" found
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 14 ms 376 KB Expected integer, but "+++++++++++++++++++++++++++++++++++++++++++++" found
# 결과 실행 시간 메모리 Grader output
1 Incorrect 2 ms 376 KB Expected integer, but "+++" found
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 94 ms 1372 KB Expected integer, but "+++++++++++++++++++++" found
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 67 ms 1328 KB Expected integer, but "++++++++++++++++++++++++" found
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 2 ms 376 KB Expected integer, but "+++" found
2 Halted 0 ms 0 KB -