Created
March 11, 2025 16:02
-
-
Save AlexDrts/e185d1dd2cd52799c4facad48604e15f to your computer and use it in GitHub Desktop.
мое дз
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
| #include <iostream> | |
| using namespace std; | |
| //1 | |
| int main() | |
| { | |
| cout << "Number_1\n\n\n"; | |
| cout << "To be\n\n"; | |
| cout << "\tor not\n\n"; | |
| cout << "\t\tto be\n\n\n\n"; | |
| cout << "Number_2\n\n\n"; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment