Next time post in the existing thread. For this input: 1
1
*
2
(
1
+
2
)
1
+
2
My AC code prints: 1212+1*2+
Sorry! I'll post in the exist thread next time.
I run your input and get another answer
but it's not the problem where it is
i found that line 66 lose a statement
while i fixed it as
if ...
Search found 3 matches
- Thu May 17, 2012 3:44 pm
- Forum: Volume 7 (700-799)
- Topic: 727 - Equation
- Replies: 156
- Views: 57449
- Wed May 16, 2012 2:18 pm
- Forum: Volume 7 (700-799)
- Topic: 727 - Equation
- Replies: 156
- Views: 57449
727 - Equation (Runtime Error)
i've run a lot of input from forum. all the answer is the correct!
but while i submit it returns RE! plz help me to find somewhere wrong!
#include <cstdio>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include <stack>
using namespace std;
int main ...
but while i submit it returns RE! plz help me to find somewhere wrong!
#include <cstdio>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include <stack>
using namespace std;
int main ...
- Tue Oct 25, 2011 5:29 pm
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 110902
[101] Help me for WA
I use the following two test inputs to test my code
the output are same as the answer from the following website
http://uvatoolkit.com/problemssolve.php
but UVa Online always give me WA
help me to find out the bug plz!!
input-1
19
move 1 onto 0
move 0 onto 1
move 0 onto 2
move 2 onto 1
move ...
the output are same as the answer from the following website
http://uvatoolkit.com/problemssolve.php
but UVa Online always give me WA
help me to find out the bug plz!!
input-1
19
move 1 onto 0
move 0 onto 1
move 0 onto 2
move 2 onto 1
move ...