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