Skip to content

ZnPdCo/interactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

interactive

一个多平台支持的 stdio 交互题调试工具

使用方法:

$ cd demo
$ g++ ./problem.cpp -o ./problem
$ g++ ./grader.cpp -o ./grader
$ python ../interactive.py ./problem ./grader
? 258
0    
? 129
0    
? 65 
1    
? 97 
1    
? 113
1    
? 121
0
? 117
0
? 115
0
? 114
1
! 114
AC
$ 

Releases

No releases published

Packages

No packages published

Languages