/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 1ms 540.0 KiB

Code

#include<bits/stdc++.h>
using namespace std;

int main()
{
	cout << (sizeof(long)) << "\n";
}

Information

Submit By
Type
Pretest
Problem
P1091 Alphabetical Kingdom
Language
C++20 (G++ 13.2.0)
Submit At
2024-08-26 11:50:09
Judged At
2024-08-26 11:50:09
Judged By
Score
10
Total Time
1ms
Peak Memory
540.0 KiB