Submission #68260286
Source Code Expand
Copy
#include <stdio.h>int f(int x) {return (x * x + 4) / 8;}int main(void) {printf("%d\n", f(f(f(20))));return 0;}
#include <stdio.h>
int f(int x) {
return (x * x + 4) / 8;
}
int main(void) {
printf("%d\n", f(f(f(20))));
return 0;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - 天下一合成関数 |
| User | mikecat |
| Language | C (gcc 12.2.0) |
| Score | 100 |
| Code Size | 133 Byte |
| Status | AC |
| Exec Time | 1 ms |
| Memory | 1608 KiB |
Judge Result
| Set Name | All | ||
|---|---|---|---|
| Score / Max Score | 100 / 100 | ||
| Status |
|
| Set Name | Test Cases |
|---|---|
| All | no-input |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| no-input | AC | 1 ms | 1608 KiB |