⛧ウィンドウズ⛧
Takasaki, Gumma, Japan
 
 
"Oh well. Whatever happens happens." - ⚡Spike⚡
Sin conexión
Expositor de artwork
Whatever
Juego favorito
Expositor de completista
Actividad reciente
2,178 h registradas
usado por última vez el 12 DIC
7.6 h registradas
usado por última vez el 11 DIC
12.5 h registradas
usado por última vez el 8 DIC
Comentarios
✞Dutu✞ 23 JUL a las 5:25 a. m. 
+rep ✞ Jov 22:21 Romans 10:9-10 ✞ God loves you! For more questions ask me!
DonDew 27 ENE a las 3:32 p. m. 
sa mi fie de bine
Dragos Beleaua 27 ENE a las 3:14 p. m. 
sugi pula
Mahyar 16 SEP 2023 a las 1:35 p. m. 
nice spy and friendly:demoticon::jarate:
DonDew 27 AGO 2023 a las 4:31 a. m. 

⢸⡀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣶⣿⣶⣄
⢿⣿⣄⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⣀⣤⣄
⠀⠹⣿⣧⣀⣠⣴⣾⣷⣿⣷⠾⢷⠋⠀⠀⠀⠀⠀⠀⠀⣼⣿⣿⣿⡷
⠀⠀⠈⢿⡿⠟⢻⣿⣿⣿⣿⣿⣿⣷⠀⠀⠀⠀⠀⠀⠀⠹⣿⣿⣿⡟
⠀⠀⠀⠀⠀⠀⣼⣿⣿⣿⣿⣿⡟⢿⣿⣄⠀⠀⠀⠀⢠⣶⣾⣿⡇
⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⡇⠀⠙⠿⡿⢆⣴⣿⣿⣿⣿⡇
⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⠀⠀⣤⣶⣾⣿⣿⣿⣿⣷⠹⣷⣤⣤⣄⣀⡀ Yes, Daddy! +rep
⠀⠀⠀⠀⠀⢸⣿⣿⡏⣿⣿⣿⢀⣾⣿⣿⣿⣿⣏⠀⠀⢀⣀⣈⣉⣉⣉⣙⣁⣀
⠀⠀⠀⠀⠀⢸⣿⣿⡇⣿⣿⢏⣾⣿⣿⣿⣿⣿⣿⣆
⠀⠀⠀⠀⠀⢸⣿⣿⡇⣿⣿⣷⠈⠉⠙⠛⢻⣭⣷
⠀⠀⠀⠀⠀⢸⣿⣿⡇⣿⣿⣿⠀⠀⠀⠀⠀⢹⣿⣷
⠀⠀⠀⠀⠀⢸⣿⣿⡇⣿⣿⣿⠀⠀⠀⠀⠀⣾⣿⡏
⠀⠀⠀⠀⠀⢸⣿⣿⡇⣿⣿⣿⠀⠀⠀⠀⢰⣿⣿
⠀⠀⠀⠀⠀⠘⢿⡿⠇⠻⣿⠟⠀⠀⠀⠀⢿⣿
Dragos Beleaua 31 ENE 2023 a las 12:55 p. m. 
#include <iostream>
#include <fstream>
using namespace std;
ifstream in("graf_partial.in");
ofstream out("graf_partial.out");
int n,i,j,sum=0,x,y,a[101][101];
int main()
{
in>>n;
while(in>>x>>y)
{
if(!a[x][y])
sum++;
a[x][y]=1;
a[y][x]=1;
}
for(i=1;i<=n;i++)
{
for(j=1;j<=n;j++)
{
if(i%2==j%2&&a [j]==1)
{
a [j]=0;
a[j] =0;
sum--;
}
}
}
out<<sum;
return 0;
}
invata programare petrica