Skip to content

Instantly share code, notes, and snippets.

@peryaudo
peryaudo / JOI2010_4.cpp
Created December 19, 2010 07:28
Wrong Answer
#include <cstdio>
#include <vector>
#include <queue>
using namespace std;
class M {
public:
int total, pos;
M(int total, int pos){
this->total = total;
this->pos = pos;