diff --git a/day4/U461920/fixed.cpp b/day4/U461920/fixed.cpp index e69de29..753e5ab 100644 --- a/day4/U461920/fixed.cpp +++ b/day4/U461920/fixed.cpp @@ -0,0 +1,79 @@ +//fixed 暴力 11 points sub task 1 + +#include +using namespace std; + +// #define DEBUG + +#ifdef DEBUG +#define PRINT_ARRAY(a,size){cout<<#a<<" [";for(int i=1;i<=(size);i++){cout<>n; + for(int i=1;i<=n;i++){ + cin>>a[i]; + } + + cout<