Cod sursa(job #3227018)
Utilizator | Data | 24 aprilie 2024 10:24:32 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.12 kb |
#include <bits/stdc++.h>
using namespace std;
int y1;
int main()
{
y1 = 13;
cout << y1 << '\n';
return 0;
}