摘要:
1.给定n,输出满足abc+acc=n时的abc和acc,1<=a<=9,0<=b<9,0<=c<=9。 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 int main() 5 { 6 int n; 7 int countt=0; 8 v 阅读全文
摘要:
一如既往地菜... a. b. #include <bits/stdc++.h> using namespace std; double point[105]; double dp[5][405]; int main(){ /* ios::sync_with_stdio(0); cin.tie(0) 阅读全文
摘要:
A. Sea Battle time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output In order to make the "Sea B 阅读全文