QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#402277 | #1. I/O Test | hellolin | 0 | 0ms | 0kb | C++14 | 179b | 2024-04-30 10:49:18 | 2024-04-30 10:49:18 |
config.txt
0 0
input_test
#include<cstdint>
int main(){
static_assert(SIZE_MAX == 18446744073709551615ull);
}
output_test
#include<cstdint>
int main(){
static_assert(SIZE_MAX == 18446744073709551615ull);
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 0
Skipped
Subtask #2:
score: 0
Skipped