Cod sursa(job #1167827)
Utilizator | Data | 5 aprilie 2014 22:56:27 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Lista lui wefgef | Marime | 0.17 kb |
#include <cstdio>
FILE*f=fopen("adunare.in","r");
FILE*h=fopen("adunare.out","w");
int main(){
int a,b;
a+=b;
fprintf(h,"%d",a);
return 0;
}