QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#514222#9168. Square Locatorucup-team3612#RE 0ms3576kbC++201.9kb2024-08-10 23:14:512024-08-10 23:14:52

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3576kb

input:

36 5 10 41

output:

6 -1 2 3 1 4 5

result:

ok Answer is correct

Test #2:

score: -100
Runtime Error

input:

1 1 1 1

output:


result: