KL/wweiok#L[''.[-

#include <iostream>
using namespace std;

int main() {
    int x = 5;
    int y = 3;
    int z = x + y;
    cout << "The sum of x and y is: " << z << endl;
    return 0;
}