#CP1046. 离5的倍数最远的因子
摘要:
练了练双向搜索,很有意义的尝试 俺的做法: #include <stdio.h> #include<stdlib.h> #include <ctype.h> #include <string.h> int main() { int n,m=0,x=0; int p; int a[100]; int 阅读全文
posted @ 2023-01-06 21:55
harumakigohan
阅读(24)
评论(0)
推荐(0)