Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 477 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 477 Bytes

INTRODUCTION

My eclipse workspace for c++ & icpc.

CONSTRUCTION OF DIR

  • src // compile dir
  • Template // header
  • Library // standard code library
  • Archive // complete contest code
  • History // incomplete contest code & odd code
  • Trashbin // temporary dir

HOW TO SUBMIT CODE

Please ensure there is one file under the direction of 'src'

windows

Run 'src_to_clipboard.bat', then you can paste the code directly.

linux

TO BE CONTINUED