티스토리 뷰
출처 : https://www.swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV13zo1KAAACFAYh
#include <iostream>
#include <algorithm>
#include <memory.h>
using namespace std;
int result, a, z;
int arr[101];
int main()
{
int T; int t;
cin >> T;
while (T--)
{
cin >> t; result = 0; memset(arr, 0, sizeof(arr)); int n = 1000; z = -1;
while (n--)
{
cin >> a;
arr[a]++;
if (result <= arr[a]) {
if (result == arr[a]) z = max(z, a);
else z = a;
result = arr[a];
}
}
cout << "#" << t << " " << z << endl;
}
return 0;
}
'알고리즘 > SWEA' 카테고리의 다른 글
[SWEA 1210] Ladder1 (0) | 2018.08.06 |
---|---|
[SWEA 1209] Sum (0) | 2018.08.06 |
[SWEA 1208] Flatten (0) | 2018.08.06 |
[SWEA 1206] View (0) | 2018.08.05 |
[SWEA 4672] 수진이의 팰린드롬 (0) | 2018.07.29 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 입출력
- 17779
- 17142
- DFS
- 게리맨더링 2
- scanf
- 17140
- 시간 복잡도
- SW Expert Academy
- 17143
- 삼성
- 2018 KAKAO BLIND RECRUITMENT
- 연구소 3
- 역량 테스트
- boj
- hackerrank
- 이차원 배열과 연산
- 새로운 게임 2
- 팁
- 2018 카카오 블라인드 채용
- 알고리즘
- 17837
- 백준
- string
- SWEA
- 17144
- DP
- 트렌드
- 미세먼지 안녕!
- STL
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함