Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
那里有免费的 LINQ 调试器吗?我在 LINQ 方面很糟糕,我要改进的唯一方法是拥有一些简单的调试器,我可以在其中调试我用它犯的愚蠢错误。
有什么建议吗?一个简单的谷歌查询网络 bupkis 免费调试器。
Linqpad非常适合调试/创建 LINQ 查询
我正在尝试解决SPOJ 问题 PGCD,它询问最大公约数表中出现了多少素数。
我想到的第一个想法是首先通过筛选生成素数。
然后,对于每个素数p,看看有多少对 ( a ,