0:00:00
-19 days 0:03:01
Assignment is over

CSCE 430 Spring 2026 - UPSOLVE Lab 06


Time elapsed

198:29:59

Time Remaining

0:00:00

Starts in

-19 days 0:03:01

Ends in

-10 days 17:33:02

Start

2026-02-21 00:30 CET

End

2026-03-01 06:59 CET

Visit Results
Log in

CSCE 430 Spring 2026 - UPSOLVE Lab 06

SNOBOL

Compiler settings

We use snobol4 2.3.3 to compile your program with the following command:

$ snobol4 -n -I {path} {mainfile}

  • {mainfile} is the entrypoint file (you can specify which file this is when submitting).

Runtime settings

We use snobol4 2.3.3 to run your program with the following command:

$ snobol4 -b -I {path} '{mainfile}'

  • {mainfile} is the entrypoint file (you can specify which file this is when submitting).

File extensions

Files with any of the following file extensions will be used: .sno

Additional information

Additional language-specific advice and information for many languages is available in the knowledge base