Input and Output

  • + 0 comments

    include

    using namespace std;

    int main() { int x,y,z; cin>>x>>y>>z; cout< return 0; }