摘要:
//3407//题意:给一段字符串,由状态转换图画出状态转换表 1 #include "bits/stdc++.h" 2 using namespace std; 3 char str[10010]; 4 struct DfaNode { 5 char ch; 6 int... 阅读全文
posted @ 2015-04-14 20:14
AC_Phoenix
阅读(333)
评论(0)
推荐(0)
摘要:
//3555//题意:统计 1 到 n 中包含 49 的数的个数 1 #include "bits\stdc++.h" 2 using namespace std; 3 __int64 dp[22][3]; 4 5 int main() 6 { 7 int i; 8 dp[0][0... 阅读全文
posted @ 2015-04-14 18:05
AC_Phoenix
阅读(137)
评论(0)
推荐(0)

浙公网安备 33010602011771号