I successfully compiled my program. Now how do I run it?

后端 未结 2 408
醉话见心
醉话见心 2020-12-31 03:28

I want to solve Project Euler Problem 1:

If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these

2条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-31 03:50

    You can't run pdf files. You need to use the latex command instead of pdflatex. e.g.

    latex Problem1.tex
    

    Here's some documentation

提交回复
热议问题