Skip to content

Instantly share code, notes, and snippets.

View tico88612's full-sized avatar

tico88612 tico88612

View GitHub Profile
/*
Author: Jerry Yang C.H. (tico88612)
Date: 2020/5/13
*/
#include <bits/stdc++.h>
using namespace std;
#define IOS() ios_base::sync_with_stdio(0);cin.tie(0)
/********** Good Luck :) **********/
int main()
{
#include <bits/stdc++.h>
using namespace std;
int main()
{
ios::sync_with_stdio(0);cin.tie(0);
int N,M,K;
cin>>N>>M>>K;
int maxx=0;
for(int i=0;i<N;i++)
for(int j=0;j<M;j++){