运行❯
获取你的
自己的
网站
×
更改方向
更改主题,深色/浅色
前往Spaces
#include <stdio.h> #include <stdlib.h> int main() { char str[] = "The results are 4.25% above average"; float amount = atof(&str[16]); printf("%f", amount); return 0; }
4.250000