#include using std::cout;using std::endl;#include using std::atoi;int main(){ int i = atoi( "2593" ); cout << i - 593 << endl; return 0;} 2000