摘要:
题目链接:https://codeforces.com/problemset/problem/658/D Limak is a little polar bear. He doesn't have many toys and thus he often plays with polynomials. 阅读全文
摘要:
题目链接:https://vjudge.net/problem/POJ-3461 The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was 阅读全文
摘要:
题目链接:https://codeforces.com/contest/1262/problem/D2 D2. Optimal Subsequences (Hard Version) time limit per test 3 seconds memory limit per test 256 me 阅读全文
摘要:
链接:https://ac.nowcoder.com/acm/contest/2272/H来源:牛客网 「土」巨石滚滚 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 131072K,其他语言262144K 64bit IO Format: %lld 题目描述 帕秋莉掌握了一种土属性 阅读全文
摘要:
复杂度 O(N) bool isPrime[1000001]; //isPrime[i] == 1表示:i是素数 int Prime[1000001], cnt = 0; //Prime存质数 void GetPrime(int n)//筛到n { memset(isPrime, 1, sizeof 阅读全文
摘要:
问题: “System.Data.SqlClient.SqlException”类型的未经处理的异常在 System.Data.dll 中发生 其他信息: 在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Serve 阅读全文
摘要:
1、首先在电脑桌面的主页面使用鼠标右击计算机,然后在弹出来的页面中点击【管理】。 2、进入到管理的操作页面以后,接着点击【服务和应用程序】。 3、最后在弹出来的页面使用鼠标双击【SQL Server配置管理器】即可成功打开。 阅读全文
摘要:
题目链接:https://www.lydsy.com/JudgeOnline/problem.php?id=3098 098: Hash Killer II Time Limit: 5 Sec Memory Limit: 128 MBSec Special JudgeSubmit: 2561 Sol 阅读全文
摘要:
题目链接:https://www.luogu.org/problem/P3370 题目描述 如题,给定N个字符串(第i个字符串长度为Mi,字符串内包含数字、大小写字母,大小写敏感),请求出N个字符串中共有多少个不同的字符串。 #友情提醒:如果真的想好好练习哈希的话,请自觉,否则请右转PJ试炼场:) 阅读全文
摘要:
题目链接:http://codeforces.com/problemset/problem/652/F n ants are on a circle of length m. An ant travels one unit of distance per one unit of time. Init 阅读全文