Cod sursa(job #2320409)

Utilizator Sho10Andrei Alexandru Sho10 Data 14 ianuarie 2019 18:37:11
Problema A+B Scor 100
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.43 kb
#include <bits/stdc++.h>
#define rc(s) return cout<<s,0
using namespace std;
/*\     /  *   ---  -------   --    ---     VICTOR BOSS FOR EVER!!!
   \   /   |  /        |      /  \  |   \
    \ /    |  \        |      \  /  |- -
     -     |   ---     |       --   |    \  VICTOR BOSS FOR EVER!!! */

int main(){
    ifstream cin("adunare.in");
    ofstream cout("adunare.out");
double a,b;
cin>>a>>b;
cout<<a+b;
return 0;}