first commit
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
#include"stdio.h"
|
||||
#include <iostream>
|
||||
int main()
|
||||
{
|
||||
int n = 3, m = 3;
|
||||
setlocale(LC_ALL, "Russian");
|
||||
printf("çíà÷åíèå: %d\n", n++ + m);
|
||||
printf("çíà÷åíèå: %d\n", n-- >m);
|
||||
printf("çíà÷åíèå: %d\n", m-- > n);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user