Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Copyright 2023 Soloninko Andrey
- #ifndef TASKS_TASK_1_SOLONINKO_A_NON_MATCHING_SYMBOLS_ALGO_H_
- #define TASKS_TASK_1_SOLONINKO_A_NON_MATCHING_SYMBOLS_ALGO_H_
- #include<string>
- #include<mpi.h>
- #include<random>
- int GetStringDifDef(std::string s1, std::string s2);
- int GetStringDifPar(std::string s1, std::string s2);
- std::string random_string(int length);
- #endif // TASKS_TASK_1_SOLONINKO_A_NON_MATCHING_SYMBOLS_ALGO_H_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement