Submission #65325942
Source Code Expand
Copy
#include <stdio.h>int main(void) {int N;if (scanf("%d", &N) != 1) return 1;printf("%d\n", N - 1 + 89);return 0;}
#include <stdio.h>
int main(void) {
int N;
if (scanf("%d", &N) != 1) return 1;
printf("%d\n", N - 1 + 89);
return 0;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Ikaho |
| User | mikecat |
| Language | C (gcc 12.2.0) |
| Score | 100 |
| Code Size | 133 Byte |
| Status | AC |
| Exec Time | 1 ms |
| Memory | 1692 KB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 00_sample_00.txt |
| All | 00_sample_00.txt, 01_handmade_00.txt, 01_handmade_01.txt, 01_handmade_02.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 00_sample_00.txt | AC | 1 ms | 1616 KB |
| 01_handmade_00.txt | AC | 1 ms | 1588 KB |
| 01_handmade_01.txt | AC | 1 ms | 1692 KB |
| 01_handmade_02.txt | AC | 1 ms | 1612 KB |