include "stdafx.h" // ConsoleApplication12.cpp : 定义控制台应用程序的入口点. // #include<iostream> #include<vector> using namespace std; class Apples { public: int num = 0; int getInitial(int n) { // write code here int remianApple = 1; int apple…
acmer必看的26个对acm态度 转载自:http://www.cppblog.com/Darren/archive/2009/08/03/92099.html Attempt Keep on attempting! 尝试,尝试,再尝试! Bravery Never lose heart, be sure you are brave enough to face failure! 勇敢地跨过失败,成功就在前方. Cooperation It is teamwork, you are not…