知识点: 1. 转义字符: Console.WriteLine("C:\\asdfg\\sdfd"); ---- "\\"是转义斜杠后面紧跟着的字符Console.WriteLine(@"C:\\asdfg\\sdfd"); ------ "@"是转义一整句 2. int a = 0;int b = a++; ===> int b=a;a=a+1int c = ++a; ===> …
传送门 预计得分:100+70+100+50=320 实际得分100+63+77+30=270 Ctrl_C+Ctrl_V时不要粘贴翻译的,直接粘原文, In a single line of the output print an integer — the maximum loyalty among all paths from the first node to the n-th one. If such paths do not exist or the maximum loyalty…