Untitled

Anonymous
plain_text
10/23/2024 7:20 AM
176 B
15
Indexable
#include <stdio.h>
int main()
{
	int a,b,c,d;
	scanf("%d",&a);
	scanf("%d",&b);
	scanf("%d",&c);
	printf("%d", a * b % c);
}
Editor is loading...
Leave a Comment