This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // lab6.cpp: определяет точку входа для консольного приложения. | |
| // | |
| #include "stdafx.h" | |
| #include <math.h> | |
| #include <iostream> | |
| using namespace std; | |
| int main() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SuperMegaCoolSorting.cpp: определяет точку входа для консольного приложения. | |
| // | |
| #include "stdafx.h" | |
| #include <iostream> | |
| #include <cstdlib> | |
| #include <time.h> | |
| #include <iomanip> | |
| using namespace std; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
| class Welcome extends CI_Controller { | |
| /** | |
| * Index Page for this controller. | |
| * | |
| * Maps to the following URL | |
| * http://example.com/index.php/welcome | |
| * - or - |
NewerOlder