Problema sum00 | www.pbinfo.ro

PHOTO EMBED

Thu Jul 27 2023 09:57:11 GMT+0000 (Coordinated Universal Time)

Saved by @takoma2elite #c++

​#include <iostream>

using namespace std;

int main()
{
    int a,b,s;
    cin >>a>>b;
    s=a+b;
    cout <<s;

    return 0;
}
content_copyCOPY

suma a doua numere

https://www.pbinfo.ro/probleme/939/sum00