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