Сделайте очень срочно на с++
#include #include #include using namespace std;int n;int main () {cin >>n;cout <<"The next number for the number " << n <<" is " <<n+1 << '\n';cout <<"The previous number for the number " << n <<" is " <<n-1;return 0;}