提出 #75707640
ソースコード 拡げる
#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin>>n;
int a[200005][200005];
for(int i=1;i<=n;i++){
for(int j=1;j<=n;j++){
cin>>a[i][j];
}
}
int x,y;
cin>>x>>y;
cout<<a[x][y];
return 0;
}
提出情報
| 提出日時 | |
|---|---|
| 問題 | B - Arrays |
| ユーザ | zhinitaimei |
| 言語 | C++23 (GCC 15.2.0) |
| 得点 | 0 |
| コード長 | 280 Byte |
| 結果 | RE |
| 実行時間 | 101 ms |
| メモリ | 3256 KiB |
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 0 / 200 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| Sample | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt |
| All | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_corner_00.txt, 01_corner_01.txt, 01_corner_02.txt, 01_corner_03.txt, 01_corner_04.txt, 02_random_00.txt, 02_random_01.txt, 02_random_02.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 00_sample_00.txt | RE | 101 ms | 2936 KiB |
| 00_sample_01.txt | RE | 101 ms | 2936 KiB |
| 00_sample_02.txt | RE | 99 ms | 3256 KiB |
| 01_corner_00.txt | RE | 100 ms | 2936 KiB |
| 01_corner_01.txt | RE | 98 ms | 3216 KiB |
| 01_corner_02.txt | RE | 96 ms | 3216 KiB |
| 01_corner_03.txt | RE | 96 ms | 3156 KiB |
| 01_corner_04.txt | RE | 98 ms | 3184 KiB |
| 02_random_00.txt | RE | 98 ms | 3232 KiB |
| 02_random_01.txt | RE | 99 ms | 3080 KiB |
| 02_random_02.txt | RE | 100 ms | 3232 KiB |