710 B
710 B
good
better
best
whatisthis?
ok, so for this, we need a $$x = \frac{1}{2}$$
ono
CLOCK: [2025-12-26 周五 23:08]–[2025-12-27 周六 14:18] => 15:10 CLOCK: [2025-12-26 脰脺脦氓 21:14]–[2025-12-26 脰脺脦氓 21:17] => 0:03
C codes
A simple printf
#include <stdio.h>
int main(){
printf("Hello, world!");
return 0;
}
| Hello | world! |
| what | it |
Test Table
Table1
| n | n^2 | n^3 |
|---|---|---|
| 1 | 1 | 10 |
| 2 | 4 | 8 |
| 3 | 9 | 27 |
| 4 | 16 | 64 |
| 5 | 25 | 125 |
| 6 | 36 | 216 |