⛧ウィンドウズ⛧
Takasaki, Gumma, Japan
 
 
"Oh well. Whatever happens happens." - ⚡Spike⚡
Offline
Vetrina immagini
Whatever
Gioco preferito
2.178
Ore di gioco
1
Achievement
Vetrina del Collezionista
Attività recente
2.178 ore in totale
Ultimo avvio: 12 dic
7,6 ore in totale
Ultimo avvio: 11 dic
Achievement   8 di 40
12,5 ore in totale
Ultimo avvio: 8 dic
Achievement   23 di 164
✞Dutu✞ 23 lug, ore 5:25 
+rep ✞ Jov 22:21 Romans 10:9-10 ✞ God loves you! For more questions ask me!
DonDew 27 gen, ore 15:32 
sa mi fie de bine
Dragos Beleaua 27 gen, ore 15:14 
sugi pula
Mahyar 16 set 2023, ore 13:35 
nice spy and friendly:demoticon::jarate:
DonDew 27 ago 2023, ore 4:31 

⢸⡀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣶⣿⣶⣄
⢿⣿⣄⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⣀⣤⣄
⠀⠹⣿⣧⣀⣠⣴⣾⣷⣿⣷⠾⢷⠋⠀⠀⠀⠀⠀⠀⠀⣼⣿⣿⣿⡷
⠀⠀⠈⢿⡿⠟⢻⣿⣿⣿⣿⣿⣿⣷⠀⠀⠀⠀⠀⠀⠀⠹⣿⣿⣿⡟
⠀⠀⠀⠀⠀⠀⣼⣿⣿⣿⣿⣿⡟⢿⣿⣄⠀⠀⠀⠀⢠⣶⣾⣿⡇
⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⡇⠀⠙⠿⡿⢆⣴⣿⣿⣿⣿⡇
⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⠀⠀⣤⣶⣾⣿⣿⣿⣿⣷⠹⣷⣤⣤⣄⣀⡀ Yes, Daddy! +rep
⠀⠀⠀⠀⠀⢸⣿⣿⡏⣿⣿⣿⢀⣾⣿⣿⣿⣿⣏⠀⠀⢀⣀⣈⣉⣉⣉⣙⣁⣀
⠀⠀⠀⠀⠀⢸⣿⣿⡇⣿⣿⢏⣾⣿⣿⣿⣿⣿⣿⣆
⠀⠀⠀⠀⠀⢸⣿⣿⡇⣿⣿⣷⠈⠉⠙⠛⢻⣭⣷
⠀⠀⠀⠀⠀⢸⣿⣿⡇⣿⣿⣿⠀⠀⠀⠀⠀⢹⣿⣷
⠀⠀⠀⠀⠀⢸⣿⣿⡇⣿⣿⣿⠀⠀⠀⠀⠀⣾⣿⡏
⠀⠀⠀⠀⠀⢸⣿⣿⡇⣿⣿⣿⠀⠀⠀⠀⢰⣿⣿
⠀⠀⠀⠀⠀⠘⢿⡿⠇⠻⣿⠟⠀⠀⠀⠀⢿⣿
Dragos Beleaua 31 gen 2023, ore 12:55 
#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