摘要:
The Unique MST Time Limit: 1000MS Memory Limit: 10000K Total Submissions:34617 Accepted: 12637 Description Given a connected undirected graph, tell if 阅读全文
摘要:
C. Kuro and Walking Route time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output C. Kuro and Wa 阅读全文
摘要:
大整数乘法:概念上就是一个用int,long, long long ,double等存不了的数,长度为几百位 所以我们用字符串来存储并且从最小位开始存,然后大整数乘法也就转化成了 小学里的竖式乘法的问题。 例题: 链接:https://www.nowcoder.com/acm/contest/118 阅读全文