I found my problem is not just caused by "cout". I changed the way to get the input, and it became AC. Who can tell me why?
Here is my code:
#include<iostream>
#include<cstdlib>
#include<cstring>
using namespace std;
void print(int i , int j , int size , string n , int c);
bool test(int num ...
Search found 2 matches
- Mon Mar 19, 2012 3:09 pm
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 65942
- Sun Mar 18, 2012 8:47 am
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 65942
"cout" cause "Runtime Error"
I have tried many times, but I still got RE. Who can tell me why? I test my code and it seems that "cout" in "print" function casuse the problem. I tried to delete some "cout" in the function and I got WA. Need for HELP!! :roll:
Here is my code:
#include<iostream>
#include<cstdlib>
using ...
Here is my code:
#include<iostream>
#include<cstdlib>
using ...