摘要:
C语言函数sscanf()的用法sscanf() - 从一个字符串中读进与指定格式相符的数据. 函数原型: int sscanf( string str, string fmt, mixed var1, mixed var2 ... ); int scanf( const char *format 阅读全文
posted @ 2016-09-18 17:30
TomJarry
阅读(212)
评论(0)
推荐(0)
摘要:
Crazy Search Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 27602 Accepted: 7711 Description Many people like to solve hard puzzles some o 阅读全文
posted @ 2016-09-18 14:04
TomJarry
阅读(315)
评论(0)
推荐(0)