workspace/02/02_38p.c
2026-03-17 10:09:14 +09:00

8 lines
95 B
C

#include <stdio.h>
#include <math.h>
int main() {
printf("%f", sqrt(2));
return 0;
}