Skip to content

Commit

Permalink
Translate proj, to eng fully
Browse files Browse the repository at this point in the history
  • Loading branch information
playday3008 committed Mar 17, 2020
1 parent adfb45f commit 1cd6027
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Linux/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ int main()
{
A;
setlocale(LC_ALL, "");
cout << "Sponsor tego programu - jedna noc bez snu i kawa Starbucks!" << endl;
cout << "Sponsor of this program - one night without sleep and Starbucks coffee!" << endl;
int number_system_zkad, number_system_dokad, wwod = 0;
bool a = true, minus = false, debug = true;
long int number, num10 = 0;
string str, stralfa, str_proverk, str_dokad, str_wwod;
cout << "Write the system with which and in which to move(work only with int)" << endl;
cout << "(skad)" << endl;
cout << "Write the system with which and in which to move(work only with int(from 2 to 1,999,999,999))" << endl;
cout << "(from)" << endl;
while (true) {
bool a = false;
cin >> str_wwod;
Expand Down Expand Up @@ -60,7 +60,7 @@ int main()
break;
}
}
cout << "(dokad)" << endl;
cout << "(to)" << endl;
while (true) {
bool a = false;
cin >> str_wwod;
Expand Down
8 changes: 4 additions & 4 deletions Windows/Windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ int main()
{
A;
setlocale(LC_ALL, "");
cout << "Sponsor tego programu - jedna noc bez snu i kawa Starbucks!" << endl;
cout << "Sponsor of this program - one night without sleep and Starbucks coffee!" << endl;
int number_system_zkad, number_system_dokad, wwod = 0;
bool a = true,minus = false, debug = true;
long int number, num10 = 0;
string str, stralfa,str_proverk, str_dokad, str_wwod;
cout << "Write the system with which and in which to move(work only with int)"<<endl;
cout << "(skad)" << endl;
cout << "Write the system with which and in which to move(work only with int(from 2 to 1,999,999,999))"<<endl;
cout << "(from)" << endl;
while (true) {
bool a = false;
cin >> str_wwod;
Expand Down Expand Up @@ -60,7 +60,7 @@ int main()
break;
}
}
cout << "(dokad)" << endl;
cout << "(to)" << endl;
while (true) {
bool a = false;
cin >> str_wwod;
Expand Down

0 comments on commit 1cd6027

Please sign in to comment.