用户输出
-211 -888
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#25350 | #1138. ddd和鹦鹉 | Accepted | 100 | 31 ms | 356 K | C++ 17 / 270 B | Leohh | 2020-04-26 15:15:18 |
#include <iostream>
#include <stdio.h>
#include <string.h>
#define MAX_N 10
using namespace std;
int x[MAX_N];
int y[MAX_N];
int main() {
for (int i = 1; i <= 3; i++) {
scanf("%d%d", x + i, y + i);
}
printf("%d %d\n", x[1], y[1]);
}
用户输出
-211 -888
系统信息
Exited with return code 0
用户输出
143 999
系统信息
Exited with return code 0
用户输出
-498 -472
系统信息
Exited with return code 0
用户输出
408 403
系统信息
Exited with return code 0
用户输出
418 -178
系统信息
Exited with return code 0
用户输出
-188 -598
系统信息
Exited with return code 0
用户输出
-295 -813
系统信息
Exited with return code 0