Solutions


  • Home

  • Archives

Hello World

Posted on 2016-05-29 | Edited on 2018-04-10
1
2
3
4
5
6
7
8
9
#include <cstdio>

int main()
{
int x, y;
scanf("%d%d", &x, &y);
printf("%d\n", x + y);
return 0;
}
HDU 2594 Simpsons’ Hidden Talents

PhoenixGS

7 posts
5 tags
© 2018 PhoenixGS
Powered by Hexo v3.7.0
|
Theme — NexT.Pisces v6.2.0