Loading

摘要: Your task is to calculate the number of arrays such that: each array contains 𝑛n elements; each element is an integer from 11 to 𝑚m; for each array, 阅读全文
posted @ 2021-10-22 22:02 脂环 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 链接:https://ac.nowcoder.com/acm/contest/21791/F 来源:牛客网 题目描述 给你两个数字 a a和 b b。一个数是由 a,b a,b两种数字构成,那么这个数是good;这个数的每一位加起来构成新的一个数,并且新数也是一个good数,那么称原数为excell 阅读全文
posted @ 2021-10-22 20:26 脂环 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 链接:https://ac.nowcoder.com/acm/contest/21791/E 来源:牛客网 题目描述 岛上有三种颜色的岛屿,分别是红色、蓝色和紫色。岛群分别由 a , b a,b和 c c个不同的岛组成。 在一些(可能全部或没有)岛屿之间建立了桥梁。一座桥双向连接两个不同的岛,长度为 阅读全文
posted @ 2021-10-22 16:53 脂环 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 第四次软工作业:使用VGG模型进行猫狗大战 学术界当下使用最广泛的大规模图像数据集为ImageNet,它有超过1,000万的图像和1,000类的物体。但是通常而言我们使用的数据集的规模会小于ImageNet的规模。如果用较小的数据集来训练适用于ImageNet的复杂模型很可能会导致过拟合。解决的方法 阅读全文
posted @ 2021-10-22 11:16 脂环 阅读(324) 评论(0) 推荐(0) 编辑
摘要: The World is a Theatre time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output There are n boys 阅读全文
posted @ 2021-10-22 10:05 脂环 阅读(65) 评论(0) 推荐(0) 编辑