摘要: #include<stdio.h> #include<string.h> int arr[110]; int sum = 0; int dp[201][402]; int num[201]; int main() { int x; char ch; int len=0; while(~scanf(" 阅读全文
posted @ 2020-04-30 22:11 wusheng_z 阅读(134) 评论(0) 推荐(0) 编辑
摘要: import java.util.*; public class Main { static int ans; static int num[]; public static void main(String args[]) { Scanner scan = new Scanner(System.i 阅读全文
posted @ 2020-04-30 18:23 wusheng_z 阅读(179) 评论(0) 推荐(0) 编辑
摘要: import java.util.*; public class Main { public static void main(String args[]) { Scanner scan = new Scanner(System.in); String line; while (scan.hasNe 阅读全文
posted @ 2020-04-30 09:24 wusheng_z 阅读(186) 评论(0) 推荐(0) 编辑