QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#803668 | #9870. Items | ucup-team3510# | RE | 0ms | 0kb | C++20 | 182b | 2024-12-07 17:58:53 | 2024-12-07 17:58:55 |
Judging History
answer
#include<iostream>
using namespace std;
int main()
{
int T,n,m,a[2];
cin>>T;
while(T--)
{
cin>>n>>m;
for(int i=1;i<=n;i++)
{
cin>>a[i];
}
}
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Runtime Error
input:
4 5 25 0 0 0 0 5 5 11 4 4 4 5 5 5 0 1 2 3 4 5 5 25 0 1 2 3 4