Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 168 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 168 Bytes

#include<stdio.h> int main() { int A,B; while(scanf("%d%d",&A,&B)!=EOF)
{
printf("%d\n",A+B); } return 0; } [email protected]:baipeng0110/cangku3.git hello