⛧ウィンドウズ⛧
Takasaki, Gumma, Japan
 
 
"Oh well. Whatever happens happens." - ⚡Spike⚡
Actuellement hors ligne
Vitrine des créations
Whatever
Jeu favori
Vitrine des jeux terminés à 100 %
Activité récente
2 178 h en tout
dernière utilisation le 12 déc.
7,6 h en tout
dernière utilisation le 11 déc.
12,5 h en tout
dernière utilisation le 8 déc.
✞Dutu✞ 23 juil. à 5h25 
+rep ✞ Jov 22:21 Romans 10:9-10 ✞ God loves you! For more questions ask me!
DonDew 27 janv. à 15h32 
sa mi fie de bine
Dragos Beleaua 27 janv. à 15h14 
sugi pula
Mahyar 16 sept. 2023 à 13h35 
nice spy and friendly:demoticon::jarate:
DonDew 27 aout 2023 à 4h31 

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