Help me in solving SYNREARG2

My issue

show the right code in cpp

Learning course: Learn C++
Problem Link: Rearrange Code Practice Problem in C++ - CodeChef

@bhushangunjal1
the correct rearrangement will be

#include <iostream>
using namespace std;
int main() {
  cout << 12 + 7;
}