Skip to content

Commit 62f803d

Browse files
committed
Padronizando os Nomes
1 parent 59e4001 commit 62f803d

37 files changed

+6
-50
lines changed

Busca_Ordenacao/Questoes Pratica/train-swapping.cpp

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
/*
2+
Train Swapping - UVA [https://onlinejudge.org/external/2/299.pdf]
3+
Henrique Franca
4+
*/
15
#include <iostream>
26
#include <vector>
37
using namespace std;
48

59
int main(){
6-
int test,tamanho, vagao,temp;
10+
int test, tamanho, vagao, temp;
711
cin >> test;
812

913
for(int i = 0; i < test; i++){
@@ -29,8 +33,7 @@ int main(){
2933
}
3034

3135
cout <<"Optimal train swapping takes " << cont << " swaps." << endl;
32-
33-
3436
}
37+
3538
return 0;
3639
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

Contests/Contest_2/ex.cpp

Lines changed: 0 additions & 12 deletions
This file was deleted.

Contests/Contest_3/ex.cpp

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)