Cod sursa(job #3307265)
| Utilizator | Data | 19 august 2025 14:59:46 | |
|---|---|---|---|
| Problema | Radiatie | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.34 kb |
#include <fstream>
using namespace std;
ifstream cin("radiatie.in");
ofstream cout("radiatie.out");
const int maxn=15e3+5;
struct muchie{
int a,b,c;
};
struct query{
int x,y;
};
muchie M[maxn*2];
query Q[maxn];
int tata[maxn],h[maxn];
int dist[maxn][maxn];
int main()
{
cout << "Hello world!" << endl;
return 0;
}
