| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1286149 | lyra_g13 | Square or Rectangle? (NOI19_squarerect) | C++20 | 0 ms | 0 KiB |
#include "squarerect.h"
#include <bits/stdc++.h>
bool am_i_square(int N, int Q){
ll c= (4/100)*N;
for(int i = 1 ; i <= N , c >=0 ; i++){
for(int j = 1 ; j <= N , c>=0 ; j++){
return inside_shape(i , j);
int a;
scanf("%d" , &a);
c--;
}
}
}
