| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1286138 | lyra_g13 | Square or Rectangle? (NOI19_squarerect) | C++20 | 0 ms | 0 KiB |
#include "squarerect.h"
#include <bits/stdc++.h>
using ll = long long;
bool am_i_square(int N, int Q){
for(int i = 0 ; i < N ; i++){
for(int j = 0 ; j < N ; j++){
bool inside_shape(i+1 , j+1);
}
}
}
