| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 | 
|---|---|---|---|---|---|---|---|
| 1286152 | 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){
     
       for(int i = 1 ; i <= 100; i++){
           for(int j = 1 ; j <= 100 ; j++){
               return inside_shape(i , j);
           }
       }
 }
컴파일 시 표준 에러 (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... | ||||
