⛧ウィンドウズ⛧
Takasaki, Gumma, Japan
 
 
"Oh well. Whatever happens happens." - ⚡Spike⚡
Zurzeit offline
Artworks
Whatever
Lieblingsspiel
2.178
Stunden gespielt
1
Errungenschaften
Vervollständiger
Kürzliche Aktivitäten
2.178 Std. insgesamt
zuletzt gespielt am 12. Dez.
7,6 Std. insgesamt
zuletzt gespielt am 11. Dez.
12,5 Std. insgesamt
zuletzt gespielt am 8. Dez.
Errungenschaften   23 von 164
✞Dutu✞ 23. Juli um 5:25 
+rep ✞ Jov 22:21 Romans 10:9-10 ✞ God loves you! For more questions ask me!
DonDew 27. Jan. um 15:32 
sa mi fie de bine
Dragos Beleaua 27. Jan. um 15:14 
sugi pula
Mahyar 16. Sep. 2023 um 13:35 
nice spy and friendly:demoticon::jarate:
DonDew 27. Aug. 2023 um 4:31 

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