task

Can you give me any tasks?
Check out this site: http://projecteuler.net/problems
Make a string reversal program.
thanks
somebody can give site developers???
http://acmp.ru there many tasks in russian
#include<iostream>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
c=a+b;
cout<<c;
return 0;
}
where my mistake help me
Last edited on
c hasn't been declared with a & b.
understand thank you
Topic archived. No new replies allowed.