About beats (from Lahu)

Source: Internet
Author: User

You need to write three programs,Makedata.exe generates test data,

Program1.exe is the program you want to detect,Program2.exe is often a correct but inefficient (most violent) program.

 

The code is very simple. I will explain it a little.
: Loop // loop indicates the start of the loop

Makedata.exe // run makedata.exe to generate a set of test data


Program1.exe program2.exe // run two Paster programs


FC program1.out program2.out // compare two output content

If % errorlevel % = 0 goto loop // If the output is completely consistent, continue the loop test next group of data

Pause // otherwise stop

 

The red mark is especially prone to errors. = 0 indicates consistency, and = 1 indicates different. Note that the if statement does not have then.

About beats (from Lahu)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.