摘要: A+BforInput-OutputPractice(V)Time Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:32768KBTotal submit users: 294, Accepted users: 278Problem 10365 : No special judgementProblem descriptionYour task is to calculate the sum of some integers.InputInput contains an integer N in the first line, an 阅读全文
posted @ 2013-11-17 10:46 褪色的狼 阅读(203) 评论(0) 推荐(0) 编辑
摘要: A+BforInput-OutputPractice(II)Time Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:32768KBTotal submit users: 539, Accepted users: 508Problem 10362 : No special judgementProblem descriptionYour task is to Calculate a + b.InputInput contains an integer N in the first line, and then N lines fol 阅读全文
posted @ 2013-11-17 10:31 褪色的狼 阅读(163) 评论(0) 推荐(0) 编辑
摘要: A+BforInput-OutputPractice(I)Time Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:32768KBTotal submit users: 609, Accepted users: 547Problem 10361 : No special judgementProblem descriptionYour task is to Calculate a + b. Too easy?! Of course! I specially designed the problem for acm beginners 阅读全文
posted @ 2013-11-17 10:28 褪色的狼 阅读(139) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-11-17 10:22 褪色的狼 阅读(1) 评论(0) 推荐(0) 编辑
摘要: MSDN:DWORD WINAPI GetLogicalDriveStrings( __in DWORD nBufferLength, __out LPTSTR lpBuffer);对着msdn上的例子,写了个test出来: 1 #include "iostream" 2 #include "afxcmn.h" 3 4 int main() 5 { 6 7 TCHAR *pLogicalDrives = new TCHAR[MAX_PATH]; 8 pLogicalDrives[0] = '\0'; 9 int nLen... 阅读全文
posted @ 2012-11-21 12:06 褪色的狼 阅读(416) 评论(1) 推荐(0) 编辑
摘要: 部分输出:Done Searching Librariesnafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadexnafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadexDebug/test.exe : fatal error LNK1120: 2 unresolved externalsÖ´ÐÐ link.exe Ê 阅读全文
posted @ 2012-11-21 11:02 褪色的狼 阅读(350) 评论(0) 推荐(0) 编辑