#include <iostream> using namespace std; void main() { char *a="13"; int b=atoi(a); cout<<b<<endl; }
Powered by: 博客园 Copyright © 2024 nobile.amir Powered by .NET 9.0 on Kubernetes