牛客101165611号
牛客101165611号
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
牛客101165611号的博客
全部文章
(共2篇)
题解 | #网易云音乐推荐(网易校招笔试真题)#
import java.util.*; public class Main{ public static void main(String args[]){ Scanner sc=new Scanner(System.in); int n=sc.next...
Mysql
Java
2022-03-12
2
423
题解 | #网易云音乐推荐(网易校招笔试真题)#
select music_name from music where id in( select distinct music_id from music_likes where user_id in( select follower_id from follow where user_id=1 )...
Mysql
2021-11-23
0
276