Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
int main() { char str[] = "24 degrees"; int amount = atoi(str); printf("%d", amount); return 0; }
24