Cod sursa(job #1496530)
Utilizator | Data | 5 octombrie 2015 09:16:33 | |
---|---|---|---|
Problema | Invers modular | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva educationala | Marime | 0.19 kb |
#include <fstream>
#include <cmath>
using namespace std;
ifstream in("ssnd.in");
ofstream out("ssnd.out");
int t,x,k,s;
int main()
{
in>>t>>k;
out<<10%7;
return 0;
}