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