commit efd9179f59ece8d0841c5812df5aecdffd6e7668 Author: Адель Алимов Date: Fri Nov 15 13:32:31 2024 +0400 1234 diff --git a/.vs/111/v17/.wsuo b/.vs/111/v17/.wsuo new file mode 100644 index 0000000..ebc032f Binary files /dev/null and b/.vs/111/v17/.wsuo differ diff --git a/.vs/111/v17/DocumentLayout.json b/.vs/111/v17/DocumentLayout.json new file mode 100644 index 0000000..6497994 --- /dev/null +++ b/.vs/111/v17/DocumentLayout.json @@ -0,0 +1,27 @@ +{ + "Version": 1, + "WorkspaceRootPath": "C:\\Users\\User\\source\\repos\\111\\", + "Documents": [], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 256, + "DocumentGroups": [ + { + "DockedWidth": 200, + "SelectedChildIndex": -1, + "Children": [ + { + "$type": "Bookmark", + "Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}" + }, + { + "$type": "Bookmark", + "Name": "ST:128:0:{1fc202d4-d401-403c-9834-5b218574bb67}" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..82c8aa5 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,7 @@ +{ + "ExpandedNodes": [ + "" + ], + "SelectedNode": "\\C:\\Users\\User\\Source\\Repos\\111", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..2389e9d Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/1 b/1 new file mode 100644 index 0000000..f27e254 --- /dev/null +++ b/1 @@ -0,0 +1,19 @@ +#define _CRT_SECURE_NO_WARNINGS +#include +#include + +void main() { + SetConsoleCP(1251); + SetConsoleOutputCP(1251); + printf(" = "); + int ch = getchar(); + + for (int c = ch; c <= ch + 19; c++) { + printf("'%c' (%d)\n", c, c); + } + printf("\n\n\n"); + { + int x; + scanf("%d", &x); + } +} \ No newline at end of file