| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1286150 | lyra_g13 | Square or Rectangle? (NOI19_squarerect) | C++20 | 1 ms | 340 KiB |
#include "squarerect.h"
#include <bits/stdc++.h>
using ll = long long;
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++){
c--;
return inside_shape(i , j);
}
}
}
Compilation message (stderr)
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
