From c41fcc8ff5aef9d0e7c2fe41d90dde769c7bd51f Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Tue, 6 Aug 2024 15:33:09 +0800 Subject: [PATCH] day4 task 4 11points --- day4/U461920/fixed.cpp | 79 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) 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<