Git Product home page Git Product logo

luogu3.0plusplus's Introduction

语言说明

Luogu 3.0++(确定性三栈洛谷自动机,Deterministic Luogu Automaton with Three Stacks)是上海洛谷网络科技有限公司于 2021 年推出的计算机语言。

Luogu 3.0++ 语言用户手册(上)——语法基础by 小粉兔

Luogu 3.0+++ 语言用户手册(下)——扩展状态类型集by 小粉兔

解释器说明

使用方式:命令行 格式luogu++ fileplace 解释器会自动找到.lgpp源代码和.in栈初始化(可以没有),生成输出至.out

.in格式:

A data0 data1 ... datan
C data0 data1 ... datam

其中data0~datan按从栈底栈顶的顺序

.out中的data0~datan按从栈顶栈底顺序 例子:

D:/code/cat.in
|A 3 4 5

D:/code/cat.lgpp
|1 1
|TER

shell>luogu++ D:/code/cat

...a few seconds later...

D:/code/cat.out
|A 5 4 3

luogu3.0plusplus's People

Contributors

rratic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.