Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

18
LINES

< > BotCompany Repo | #1000458 // Java indenting, lesson 1 pre

IOIOI

In: [[
static class MyHTTPD extends NanoHTTPD {
]]
Out: [[
  static class MyHTTPD extends NanoHTTPD {
]]
In: [[
        class Bla {
]]
Out: [[
  class Bla {
]]
In: [[
String hello;
]]
Out: [[
  String hello;
]]

Author comment

Bring it all to position 2!

download  show line numbers   

Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

Comments [hide]

ID Author/Program Comment Date
1388 #738 Solved!

Details:
LFixWhitespace(base=LId, s="\r\n ")
2020-01-26 13:25:12  delete 

add comment

Snippet ID: #1000458
Snippet name: Java indenting, lesson 1 pre
Eternal ID of this version: #1000458/1
Text MD5: 29cfac6313f85b12c6cce4599c1c6576
Author: stefan
Category: javax
Type: IOIOI
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-08-08 02:02:13
Source code size: 227 bytes / 18 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 922 / 1510
Referenced in: #681 - All IOIOI examples (collection)
#716 - IOIOI Processor (v12, "descent of choices")
#717 - IOIOI Processor (v13)
#720 - IOIOI Processor (v14, changing examples to Object)
#722 - IOIOI Processor (v15)
#738 - IOIOI Solver (v16, most recent one)
#1000508 - Transpilation of #722
#3000189 - Answer for stefanreich(>> t bla)
#3000382 - Answer for ferdie (>> t = 1, f = 0)
#3000383 - Answer for funkoverflow (>> t=1, f=0 okay)