View difference between Paste ID: F7GveQYA and SgMV0pVE
SHOW: | | - or go back to the newest paste.
1
package ;
2
//Bu ananimas
3
import cs.system.Console;
4
class Main 
5
{
6
	static function main() 
7
	{
8
		var std = Sys.stdin();
9
		var str = std.readLine();
10
		Console.WriteLine(str + " : " + str.length);
11
		std.readLine();
12
	}
13
}