mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 13:28:41 +00:00
fix(remote_judger/codeforces): memory of a test
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8f0c206cd7
commit
176caf830d
@ -351,7 +351,7 @@ export default class CodeforcesProvider implements IBasicProvider {
|
|||||||
|
|
||||||
test_info += `<test num="${i}" info="${info_text}" time="${
|
test_info += `<test num="${i}" info="${info_text}" time="${
|
||||||
body[`timeConsumed#${i}`]
|
body[`timeConsumed#${i}`]
|
||||||
}" memory="${body[`memoryConsumed#${i}`]}">`;
|
}" memory="${+body[`memoryConsumed#${i}`] / 1024}">`;
|
||||||
|
|
||||||
const parse = (id: string) => crlf(body[id], LF);
|
const parse = (id: string) => crlf(body[id], LF);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user