いろいろがんばりたいブログ

情報科学科の人がいろいろ書きます。

2013-08-13から1日間の記事一覧

Topcoder SRM 588 div1

o-- でした。 #include <iostream> #include <vector> #include <algorithm> using namespace std; #define all(c) c.begin(),c.end() struct Song{ int dur; int tone; Song(int d,int t) : dur(d),tone(t) {} Song() {} }; struct ToneComp{ bool operator()(const Song& a,const Song& </algorithm></vector></iostream>…