摘要: Reading Phone Number#include#include#include#include#include#include#include#include#define _USE_MATH_DEFINES#includeusing namespace std;string Sub(char val,int count){ if(count==0)return ""; string pre,after; bool sep=false; switch(count){ case 1: pre=""; break; case... 阅读全文
posted @ 2013-09-23 21:16 懒猫欣 阅读(322) 评论(0) 推荐(0)
摘要: Google 2013 campus test-R1 阅读全文
posted @ 2013-09-23 21:09 懒猫欣 阅读(161) 评论(0) 推荐(0)