Timeline for Count up diagonally!
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 31, 2017 at 13:58 | history | edited | HatsuPointerKun | CC BY-SA 3.0 | edited body |
| Jul 31, 2017 at 13:34 | comment | added | Adalynn | Oh, could you move the ++i to the std::to_string(i) as std::to_string(i++) to save one more byte? | |
| Jul 31, 2017 at 13:22 | history | edited | Adalynn | CC BY-SA 3.0 | deleted 1 character in body |
| Jul 31, 2017 at 13:21 | history | edited | HatsuPointerKun | CC BY-SA 3.0 | added 2 characters in body |
| Jul 31, 2017 at 13:21 | comment | added | HatsuPointerKun | @Zacharý Yes, it works, with only +, it says it can't find an overload with int as parameter, but with += it uses the overload with the char | |
| Jul 31, 2017 at 13:14 | comment | added | Adalynn | But r+=t+=10 does work? Wouldn't that affect t.size()? | |
| Jul 31, 2017 at 13:13 | comment | added | HatsuPointerKun | @Zacharý I can do r+=t+=10 but not r+=t+10, it gave me an error | |
| Jul 31, 2017 at 13:12 | history | edited | HatsuPointerKun | CC BY-SA 3.0 | added 38 characters in body |
| Jul 31, 2017 at 13:05 | comment | added | Adalynn | 1. Could you move the int m=0,i=l,j to the first for loop to save a byte? 2. Can you change r+=t;r+=10 to r+=t+10? 3. I beat someone, yay. | |
| Jul 31, 2017 at 13:01 | history | answered | HatsuPointerKun | CC BY-SA 3.0 |