Codeforces Round #523 (Div. 2) Solution

A. Coinshtml Water.node 1 #include <bits/stdc++.h> 2 using namespace std; 3 int n, s; 4 5 int main() 6 { 7 while (scanf("%d%d", &n, &s) != EOF) 8 { 9 int res = 0; 10
相關文章
相關標籤/搜索