夢追い人

"It takes a dreamer to make a dream come true."―Vincent Willem van Gogh

2011-05-20から1日間の記事一覧

AOJ5010~5012

いつやってたかは…とにかく処理。 0510 #include <iostream> #include <algorithm> using namespace std; int main() { int A=0, B=0, tmp; for (int i=0; i<4; i++) { cin >> tmp; A += tmp; } for (int i=0; i<4; i++) { cin >> tmp; B += tmp; } int ans = max(A, B); cout << </algorithm></iostream>…