摘要:
public class jdbctest { public static void main(String[] args) throws Exception{ String url="jdbc:mysql://localhost:3306/da?useUnicode=true&characterE 阅读全文
摘要:
#include<iostream>#include<cstring>#include<cstdio>using namespace std;const int N=1010;struct edge{ int v,w; edge* next;};struct node{ int k; edge* n 阅读全文