Cod sursa(job #2910334)

Utilizator tomaAndrei12Toma Andrei tomaAndrei12 Data 19 iunie 2022 15:29:58
Problema A+B Scor 0
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.13 kb
#include <iostream>
#include <fstream>

using namespace std;

ofstream out("siruri.out");

int main(){
out << 21;
return 0;
}