Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <vector>
#include <algorithm>
#include <cstdio>
using namespace std;
int main(void) {
int n, ans, sum = 0;
cin >> n;
//
// 11053.cpp
// AlgorithmTest
//
// Created by 김무열 on 2017. 4. 14..
// Copyright © 2017년 김무열. All rights reserved.
//
#include <iostream>
#include <algorithm>
//
// 1912.cpp
// AlgorithmTest
//
// Created by 김무열 on 2017. 4. 14..
// Copyright © 2017년 김무열. All rights reserved.
//
#include <iostream>
#include <algorithm>
//
// 2133.cpp
// AlgorithmTest
//
// Created by 김무열 on 2017. 4. 14..
// Copyright © 2017년 김무열. All rights reserved.
//
#include <iostream>
#include <vector>