题解 | kiki算数
kiki算数
https://www.nowcoder.com/practice/bcaf710fb58a44e1b678a890e6e90d7c
#include <stdio.h> //跪下膜拜老子motherfucker!!!!!!!!!!!! int main() { int a, b; scanf("%d %d",&a,&b); printf("%d",(a+b)%100); return 0; }
kiki算数
https://www.nowcoder.com/practice/bcaf710fb58a44e1b678a890e6e90d7c
#include <stdio.h> //跪下膜拜老子motherfucker!!!!!!!!!!!! int main() { int a, b; scanf("%d %d",&a,&b); printf("%d",(a+b)%100); return 0; }
相关推荐