会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
哨音
博客园
首页
新随笔
联系
订阅
管理
2019年7月19日
PAT A1046 Shortest Distance (20 分)
摘要: 题目提交一直出现段错误,经过在网上搜索得知是数组溢出,故将数组设置的大一点 AC代码 include include define N 11000 using namespace std; int main(){ ifdef ONLINE_JUDGE else freopen("1.txt", "r
阅读全文
posted @ 2019-07-19 15:36 哨音
阅读(244)
评论(0)
推荐(0)
编辑
PAT A1065 A+B and C (64bit) (20 分)
摘要: AC代码
阅读全文
posted @ 2019-07-19 15:21 哨音
阅读(219)
评论(0)
推荐(0)
编辑
公告