답안 #862815

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
862815 2023-10-19T04:55:48 Z maks007 Love Polygon (BOI18_polygon) C++14
0 / 100
44 ms 348 KB
#include "bits/stdc++.h"

using namespace std;

signed main () {	
	int n;
	cin >> n;
	for(int i = 0; i < n; i ++) {
		string a,b ;
		cin >> a >> b;
	}
	long long ans = 0;
	for(int i = 0; i < (int)6e8; i ++) {
		ans += (i * 1LL);
	}
	cout << ans;
	return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 44 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -