int main () {
// TODO, please write the code here to complete the requirements of the topic.
int a,b,t;
int *p,* q;
p = & ampa;
q = & ampb;
scanf("%d%d ",p,q);
if(* p & gt; * Q)
{ t = * p;
* p = * q;
* q = t; }
printf("%d %d ",*p,* q);
Returns 0;
}
Submitted tank