diff --git a/20240828/P2615/P2615.cpp b/20240828/P2615/P2615.cpp new file mode 100644 index 0000000..0075666 --- /dev/null +++ b/20240828/P2615/P2615.cpp @@ -0,0 +1,44 @@ +//AC +#include +using namespace std; + +const int MAX_N=39+5; + +int main(){ + ios::sync_with_stdio(false),cin.tie(0),cout.tie(0); + + int n; + cin>>n; + n=n/2*2+1; + int a[MAX_N][MAX_N]; + for(int i=0;i