-
Notifications
You must be signed in to change notification settings - Fork 0
/
DMRR.cpp
242 lines (173 loc) · 5.31 KB
/
DMRR.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
#include <iostream>
#include <fstream>
#include <locale>
using namespace std;
Declan(){
ifstream arquivo;
ofstream arquivox2;
ofstream arquivox3;
ofstream arquivox4;
ofstream arquivox5;
ofstream arquivox6;
arquivo.open("Declan.txt"); // abre arquivo p leitura
arquivox2.open("arquivox2.txt"); // abre arquivo p escrita
arquivox3.open("arquivox3.txt"); // abre arquivo p escrita
arquivox4.open("arquivox4.txt");// abre arquivo p escrita
arquivox5.open("arquivox5.txt");// abre arquivo p escrita
arquivox6.open("arquivox6.txt");// abre arquivo p escrita
string linha;
string ins;
if (arquivo.is_open() && arquivox2.is_open() && arquivox3.is_open() && arquivox4.is_open() && arquivox5.is_open() && arquivox6.is_open())
{
while (getline(arquivo,linha))
{
cout<< linha;
if (linha.at(0) == '2')
{
ins = linha.at(2);
ins = ins + linha.at(3);
ins = ins + linha.at(4);
ins = ins + linha.at(5);
ins = ins + linha.at(6);
ins = ins + linha.at(7);
ins = ins + linha.at(8);
ins = ins + linha.at(9);
ins = ins + linha.at(10);
arquivox2 << linha <<endl;
}
if (linha.at(0) == '3')
{
arquivox3 << linha <<ins <<endl;
}
if (linha.at(0) == '4')
{
arquivox4 << linha <<ins <<endl;
}
if (linha.at(0) == '5')
{
arquivox5 << linha <<ins <<endl;
}
if (linha.at(0) == '6')
{
arquivox6 << linha <<ins <<endl;
}
}
}
}
Defis(){
ifstream arquivo1;
ofstream arquivox2;
ofstream arquivox3;
ofstream arquivox4;
ofstream arquivox5;
ofstream arquivox6;
ofstream arquivox7;
ofstream arquivox8;
ofstream arquivox9;
ofstream arquivoxx;
ofstream arquivoxx1;
string linha;
string ins;
arquivo1.open("Defis.txt"); // abre arquivo p leitura
arquivox2.open("arquivo2000.txt"); // abre arquivo p escrita
arquivox3.open("arquivo2100.txt"); // abre arquivo p escrita
arquivox4.open("arquivox2110.txt"); // abre arquivo p escrita
arquivox5.open("arquivox2120.txt"); // abre arquivo p escrita
arquivox6.open("arquivox2121.txt"); // abre arquivo p escrita
arquivox7.open("arquivox2122.txt"); // abre arquivo p escrita
arquivox8.open("arquivox2130.txt"); // abre arquivo p escrita
arquivox9.open("arquivox2200.txt"); // abre arquivo p escrita
arquivoxx.open("arquivox2999.txt"); // abre arquivo p escrita
if (arquivo1.is_open() && arquivox2.is_open() && arquivox3.is_open() && arquivox4.is_open() && arquivox5.is_open() && arquivox6.is_open() && arquivox7.is_open() && arquivox8.is_open() && arquivox9.is_open() && arquivoxx.is_open())
{
while (getline(arquivo1,linha))
{
cout<< linha <<endl;
if(linha.at(0) == '2' && linha.at(1) == '0' && linha.at(2) == '0' && linha.at(3) == '0')
{
ins = linha.at(9);
ins = ins + linha.at(10);
ins = ins + linha.at(11);
ins = ins + linha.at(12);
ins = ins + linha.at(13);
ins = ins + linha.at(14);
ins = ins + linha.at(15);
ins = ins + linha.at(16);
ins = ins + linha.at(17);
ins = ins + linha.at(18);
ins = ins + linha.at(19);
ins = ins + linha.at(20);
ins = ins + linha.at(21);
ins = ins + linha.at(22);
ins = ins + linha.at(23);
ins = ins + linha.at(24);
arquivox2 << linha << ins <<endl;
}
if(linha.at(0) == '2' && linha.at(1) == '1' && linha.at(2) == '0' && linha.at(3) == '0')
{
arquivox3 << linha <<ins <<endl;
}
if(linha.at(0) == '2' && linha.at(1) == '1' && linha.at(2) == '1' && linha.at(3) == '0')
{
arquivox4 << linha <<ins <<endl;
}
if(linha.at(0) == '2' && linha.at(1) == '1' && linha.at(2) == '2' && linha.at(3) == '0')
{
arquivox5 << linha <<ins <<endl;
}
if(linha.at(0) == '2' && linha.at(1) == '1' && linha.at(2) == '2' && linha.at(3) == '1')
{
arquivox6 << linha <<ins <<endl;
}
if(linha.at(0) == '2' && linha.at(1) == '1' && linha.at(2) == '2' && linha.at(3) == '2')
{
arquivox7 << linha <<ins <<endl;
}
if(linha.at(0) == '2' && linha.at(1) == '1' && linha.at(2) == '3' && linha.at(3) == '0')
{
arquivox8 << linha <<ins <<endl;
}
if(linha.at(0) == '2' && linha.at(1) == '2' && linha.at(2) == '0' && linha.at(3) == '0')
{
arquivox9 << linha <<ins <<endl;
}
if(linha.at(0) == '2' && linha.at(1) == '9' && linha.at(2) == '9' && linha.at(3) == '9')
{
arquivoxx << linha <<ins <<endl;
}
}
}
}
int main() {
setlocale(LC_ALL, "Portuguese");
int dados;
while(dados != 3)
{
cout<<"\t\t\t >>>>>>>>BEM VINDO<<<<<<<<";
cout<<"\n\n\n\n(1) Declan";
cout<<"\n(2) Defis";
cout<<"\n(3) Sair";
cout<<"\n\n\nEscolha uma opção: ";
cin>>dados;
switch(dados)
{
case 1:
cout<<"\n\n\n\t\t>>>>>>DECLAN<<<<<<<"<<endl<<endl<<endl;
system("pause");
Declan();
system("pause");
system ("cls");
return main();
break;
case 2:
cout<<"\n\n\n\t\t>>>>>>DEFIS<<<<<<<"<<endl<<endl<<endl;
system("pause");
Defis();
system("pause");
system("cls");
return main();
break;
}
}
return 0;
}