Zoinks! The ugly stepchild C/C++ nether-language circa 1995!
When I make necessary tweaks to compile, I got this.
128
--- Advanced Encryption Standard ---
Enter the length of Key(128, 192 or 256 only):
*********** AES Encryption using 128 bits **********
Key : 1111111111111111
----- AES Encryption Time for 1 Operation -----
Key Expansion Time : 0.000010 seconds.
AddRoundKey Time : 0.103023 seconds.
SubBytes Time : 0.083792 seconds.
ShiftRow Time : 0.097528 seconds.
MixColunms Time : 0.135990 seconds.
Encrytion Time : 0.420333 seconds.
Number of plaintext blocks of 16 bytes created: 4917
*********** AES Decryption using 128 bits **********
Key : 1111111111111111
----- Average AES Decryption Time for 1 Operation -----
Key Expansion Time : 0.000010 seconds.
AddRoundKey Time : 0.093787 seconds.
Inverse SubBytes Time : 0.096546 seconds.
Inverse ShiftRow Time : 0.096546 seconds.
Inverse MixColunms Time : 0.173782 seconds.
Decrytion Time : 0.460661 seconds.
Number of plaintext blocks of 16 bytes created: 4937
End of the program