- Vijos
- 2023-11-25 12:29:15 @
×System Error
Found 0 testcases.
Problem data not found.
Error: Problem data not found.
at Object.judge (/root/vijos-judge/node_modules/@hydrooj/hydrojudge/dist/judge/default.js:154:15)
at JudgeTask.doSubmission (/root/vijos-judge/node_modules/@hydrooj/hydrojudge/dist/hosts/vj4.js:120:62)
at async JudgeTask.handle (/root/vijos-judge/node_modules/@hydrooj/hydrojudge/dist/hosts/vj4.js:81:17)
at async daemon (/root/vijos-judge/node_modules/@hydrooj/hydrojudge/dist/daemon.js:84:17)
[]
[Hydro](https://hydro.ac)提供评测服务
代码
#include<bits/stdc++.h>
using namespace std;
int A,B,C;
int main () {
cin >> A >> B;
C = A + B;
cout << C;
return 0;
}
是什么意思啊啊啊
全部SE
9 条评论
-
|x-y| (zhuqirui123) LV 10 @ 2023-11-26 18:34:33
我已经加入了你的域,有困难找我
-
2023-11-26 18:30:05@
-
2023-11-26 18:28:35@
-
2023-11-26 18:27:39@
-
2023-11-26 18:24:58@
-
2023-11-26 18:23:12@
把他们放在一起,拉框再点鼠标右键转成zip,起个名字,登陆上你的域,在题目里的上传数据中选择你刚刚保存的zip,就OK了
-
2023-11-26 18:20:43@
在里面输入 输入数据和输出数据
-
2023-11-26 18:19:49@
首先创建一个数据例如: 1.in 1.out
-
2023-11-26 18:19:21@
他这个要用zip文件
- 1