2017 Multi-University Training Contest - Team 2 1001 Is Derek lying?

兩個人的分數分別是x和y,總分是n,給定每個人的答案,求是否有說謊。 1 #include <iostream> 2 #include <stdio.h> 3 #include <string.h> 4 using namespace std; 5 const int MAX = 80010; 6 char str1[MAX], str2[MAX]; 7 int main() {
相關文章
相關標籤/搜索