Code
#include <iostream>
#include <unordered_set>
#include <string>
int main() {
std::unordered_set<std::string> tle_members = {"Hridoy", "Kamonasish", "Nayem", "Wasim", "Muzammal", "Shakib", "Mahfuz", "Shahadat"};
int total_members = tle_members.size();
std::cout << total_members << std::endl;
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1048 History of TLE_Headquarters
- Contest
- TLE_Headquarters - round #1
- Language
- C++20 (G++ 13.2.0)
- Submit At
- 2024-03-27 16:15:15
- Judged At
- 2024-11-11 03:39:17
- Judged By
- Score
- 100
- Total Time
- 1ms
- Peak Memory
- 320.0 KiB