2019-04-14 08:22发布 生成海报
#include "stdio.h" int main() { long int a,b ; scanf("%ld%ld",&a,&b); printf("%ld ",a*a%b); return 0 ; }