2005-12-22から1日間の記事一覧

iostream

C++

#include <iostream> using namespace std; int main() { int n; char c; cout << "Expecting int: "; cin >> n; cout << "Expecting char: "; cin >> c; cout << "int: " << n << " char: " << c << endl; }これをBorland C++ Compilerでコンパイル、実行する。 Expec</iostream>…

#112 http://acm.uva.es/p/v1/112.html

UVa

iostreamで50分くらい躓いてた。要勉強。

#108 http://acm.uva.es/p/v1/108.html, #111 http://acm.uva.es/p/v1/111.html

UVa

初の一発Accept達成。

1.3 Formulating Abstractions with Higher-Order Procedures

この章まで読んだ。

#115 http://acm.uva.es/p/v1/115.html

UVa

アルゴリズムとか要らないやつ解いても糧にならんのじゃないか?…と思う。