03 2015 档案
数dp多少个0-n多少0-9
摘要:```#include using namespace std;const int N = 15;int n;int dp[N][N][N];int a[N],f[N];int main() { freopen("in.txt", "r", stdin); freopen("out.txt", "w...
阅读全文
大数乘
摘要:```#include using namespace std;char s1[101], s2[101];int s[205];int main() { scanf("%s%s", s1, s2); int n = strlen(s1); int m = strlen(s2); if (n > m...
阅读全文
win32 listbox
摘要:real-time refresh:the scrollbar will jump when the listbox refreshchange color: how to change the color when mouse move to a listbox item
阅读全文
浙公网安备 33010602011771号