Warning: session_start(): open(/var/lib/php/sessions/sess_3p00udnccg4p1cg1gffsc903pt, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
sS snippetID = #1012244;
p-tt {
botWithInput(#1012244);
}
answer {
S snippetID = fsI(trim(s));
print("Analyzing " + snippetID);
print();
L l = textChangesOfSnippet(snippetID);
S text = loadSnippet(snippetID);
for (SnippetVersion v : l) {
printAsciiHeading(snippetID + " text changed " + v.date);
print(unidiff(v.previousValue, text));
text = v.previousValue;
}
}