c2
This commit is contained in:
parent
0d75f30a49
commit
4744ebb565
69 changed files with 7 additions and 5 deletions
|
|
@ -1,13 +0,0 @@
|
|||
// pb_z1_1.cpp
|
||||
// Горбацевич Андрей
|
||||
#include <stdio.h>
|
||||
#include <algorithm>
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
int a, b;
|
||||
printf("a b >>>");
|
||||
scanf("%d %d", &a, &b);
|
||||
swap(a, b);
|
||||
printf("a=%d \nb=%d", a, b);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue