求教哪里出问题了

#include <stdio.h>#include <math.h>int main(){int a,b,c; scanf("%l%l",&a,&b); c=a+b; printf("c=%l尀n",c); return 0;}
2026年09月23日 17:55
有2个网友回答
网友(1):

这个不知道

网友(2):