# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1144622 | keaucucal | Cutting a Rectangle (BOI24_rectangle) | C++20 | 0 ms | 324 KiB |
#include <iostream>
using namespace std;
int main() {
int n;
cin >> n;
int a, b;
while (n--) {
cin >> a >> b;
}
cout << 1 << '\n' << 1 << '\n';
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |